Home
last modified time | relevance | path

Searched refs:fMinExponentDigits (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_notation.cpp21 settings.fMinExponentDigits = 1; in scientific()
32 settings.fMinExponentDigits = 1; in engineering()
59 settings.fMinExponentDigits = (int8_t) minExponentDigits; in withMinExponentDigits()
Dprecision.h247 int32_t fMinExponentDigits; variable
273 return fMantissa.equals(rhs.fMantissa) && fMinExponentDigits == rhs.fMinExponentDigits; in equals()
Ddecimalformatpattern.h51 int32_t fMinExponentDigits; member
Dnumber_scientific.cpp65 for (int j = 0; j < fHandler->fSettings.fMinExponentDigits || disp > 0; j++, disp /= 10) { in apply()
Ddecimfmtimpl.h298 return fEffPrecision.fMinExponentDigits; in getMinimumExponentDigits()
301 fEffPrecision.fMinExponentDigits = x; in setMinimumExponentDigits()
Dprecision.cpp364 ScientificPrecision::ScientificPrecision() : fMinExponentDigits(1) { in ScientificPrecision()
410 exponentPrecision.fMin.setIntDigitCount(fMinExponentDigits); in initVisibleDigitsWithExponent()
Ddecimalformatpattern.cpp70 fMinExponentDigits(0), in DecimalFormatPattern()
547 out.fMinExponentDigits = expDigits; in applyPatternWithoutExpandAffix()
Ddecimfmtimpl.cpp850 fEffPrecision.fMinExponentDigits = out.fMinExponentDigits; in applyPattern()
1357 return 1 + (fOptions.fExponent.fAlwaysShowSign ? 1 : 0) + fEffPrecision.fMinExponentDigits; in computeExponentPatternLength()
1506 for (int32_t i = 0; i < 1 || i < fEffPrecision.fMinExponentDigits; ++i) { in toNumberPattern()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h474 int8_t fMinExponentDigits; member
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1086 precision.fMinExponentDigits = 3; in TestSciFormatter()
2144 precision.fMinExponentDigits = 3; in TestVisibleDigitsWithExponent()
2556 precision.fMinExponentDigits = 3; in TestPluralsAndRoundingScientific()