Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dprecision.h245 int32_t fMinExponentDigits; variable
271 return fMantissa.equals(rhs.fMantissa) && fMinExponentDigits == rhs.fMinExponentDigits; in equals()
Ddecimalformatpattern.h49 int32_t fMinExponentDigits; member
Ddecimfmtimpl.h296 return fEffPrecision.fMinExponentDigits; in getMinimumExponentDigits()
299 fEffPrecision.fMinExponentDigits = x; in setMinimumExponentDigits()
Dprecision.cpp362 ScientificPrecision::ScientificPrecision() : fMinExponentDigits(1) { in ScientificPrecision()
408 exponentPrecision.fMin.setIntDigitCount(fMinExponentDigits); in initVisibleDigitsWithExponent()
Ddecimalformatpattern.cpp68 fMinExponentDigits(0), in DecimalFormatPattern()
545 out.fMinExponentDigits = expDigits; in applyPatternWithoutExpandAffix()
Ddecimfmtimpl.cpp847 fEffPrecision.fMinExponentDigits = out.fMinExponentDigits; in applyPattern()
1354 return 1 + (fOptions.fExponent.fAlwaysShowSign ? 1 : 0) + fEffPrecision.fMinExponentDigits; in computeExponentPatternLength()
1503 for (int32_t i = 0; i < 1 || i < fEffPrecision.fMinExponentDigits; ++i) { in toNumberPattern()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp1084 precision.fMinExponentDigits = 3; in TestSciFormatter()
2142 precision.fMinExponentDigits = 3; in TestVisibleDigitsWithExponent()
2554 precision.fMinExponentDigits = 3; in TestPluralsAndRoundingScientific()