Searched refs:fMinExponentDigits (Results 1 – 7 of 7) sorted by relevance
245 int32_t fMinExponentDigits; variable271 return fMantissa.equals(rhs.fMantissa) && fMinExponentDigits == rhs.fMinExponentDigits; in equals()
49 int32_t fMinExponentDigits; member
296 return fEffPrecision.fMinExponentDigits; in getMinimumExponentDigits()299 fEffPrecision.fMinExponentDigits = x; in setMinimumExponentDigits()
362 ScientificPrecision::ScientificPrecision() : fMinExponentDigits(1) { in ScientificPrecision()408 exponentPrecision.fMin.setIntDigitCount(fMinExponentDigits); in initVisibleDigitsWithExponent()
68 fMinExponentDigits(0), in DecimalFormatPattern()545 out.fMinExponentDigits = expDigits; in applyPatternWithoutExpandAffix()
847 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()
1084 precision.fMinExponentDigits = 3; in TestSciFormatter()2142 precision.fMinExponentDigits = 3; in TestVisibleDigitsWithExponent()2554 precision.fMinExponentDigits = 3; in TestPluralsAndRoundingScientific()