Searched refs:getDigitByExponent (Results 1 – 6 of 6) sorted by relevance
63 int32_t VisibleDigits::getDigitByExponent(int32_t digitPos) const { in getDigitByExponent() function in VisibleDigits156 intValue = intValue * 10LL + getDigitByExponent(i); in getFixedDecimal()166 for (; idx >= -v && getDigitByExponent(idx) == 0; --idx) in getFixedDecimal()172 f = f * 10LL + getDigitByExponent(i); in getFixedDecimal()
51 int32_t getDigitByExponent(int32_t digitPos) const;
389 uint8_t getDigitByExponent(int32_t exponent) const;
208 appender.append(fLocalizedDigits[digits.getDigitByExponent(i)]); in format()
1014 DigitList::getDigitByExponent(int32_t exponent) const { in getDigitByExponent() function in DigitList
1487 …result.append((UChar)(fEffPrecision.fMantissa.fRoundingIncrement.getDigitByExponent(i) + kPatternZ… in toNumberPattern()