Searched refs:fMinExponentDigits (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.h48 int32_t fMinExponentDigits; member in struct:DecimalFormatPattern
H A Ddecimfmt.cpp410 fMinExponentDigits = 0;
463 fMinExponentDigits = 0;
807 fMinExponentDigits = rhs.fMinExponentDigits;
958 fMinExponentDigits != other->fMinExponentDigits) {
960 debug("fMinExponentDigits !=");
1072 (fMinExponentDigits == other->fMinExponentDigits && fExponentSignAlwaysShown == other->fExponentSignAlwaysShown)) &&
1972 int expDig = fMinExponentDigits;
[all...]
H A Ddecimalformatpattern.cpp83 fMinExponentDigits(0),
560 out.fMinExponentDigits = expDigits;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2275 int8_t fMinExponentDigits; member in class:DecimalFormat

Completed in 96 milliseconds