ICU 71.1
71.1
|
#include <numberformatter.h>
Data Fields | |
int8_t | fEngineeringInterval |
bool | fRequireMinInt |
impl::digits_t | fMinExponentDigits |
UNumberSignDisplay | fExponentSignDisplay |
This API is for internal use only. (private)
Definition at line 351 of file numberformatter.h.
int8_t icu::number::Notation::NotationUnion::ScientificSettings::fEngineeringInterval |
This API is for internal use only. (private)
Definition at line 353 of file numberformatter.h.
UNumberSignDisplay icu::number::Notation::NotationUnion::ScientificSettings::fExponentSignDisplay |
This API is for internal use only. (private)
Definition at line 359 of file numberformatter.h.
impl::digits_t icu::number::Notation::NotationUnion::ScientificSettings::fMinExponentDigits |
This API is for internal use only. (private)
Definition at line 357 of file numberformatter.h.
bool icu::number::Notation::NotationUnion::ScientificSettings::fRequireMinInt |
This API is for internal use only. (private)
Definition at line 355 of file numberformatter.h.