Searched refs:getDigitByExponent (Results 1 – 6 of 6) sorted by relevance
61 int32_t VisibleDigits::getDigitByExponent(int32_t digitPos) const { in getDigitByExponent() function in VisibleDigits158 intValue = intValue * 10LL + getDigitByExponent(i); in getFixedDecimal()168 for (; idx >= -v && getDigitByExponent(idx) == 0; --idx); in getFixedDecimal()173 f = f * 10LL + getDigitByExponent(i); in getFixedDecimal()
49 int32_t getDigitByExponent(int32_t digitPos) const;
387 uint8_t getDigitByExponent(int32_t exponent) const;
206 appender.append(fLocalizedDigits[digits.getDigitByExponent(i)]); in format()
989 DigitList::getDigitByExponent(int32_t exponent) const { in getDigitByExponent() function in DigitList
1484 …result.append(fEffPrecision.fMantissa.fRoundingIncrement.getDigitByExponent(i) + kPatternZeroDigit… in toNumberPattern()