Home
last modified time | relevance | path

Searched refs:getDigitByExponent (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp61 int32_t VisibleDigits::getDigitByExponent(int32_t digitPos) const { in getDigitByExponent() function in VisibleDigits
158 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()
Dvisibledigits.h49 int32_t getDigitByExponent(int32_t digitPos) const;
Ddigitlst.h387 uint8_t getDigitByExponent(int32_t exponent) const;
Ddigitformatter.cpp206 appender.append(fLocalizedDigits[digits.getDigitByExponent(i)]); in format()
Ddigitlst.cpp989 DigitList::getDigitByExponent(int32_t exponent) const { in getDigitByExponent() function in DigitList
Ddecimfmtimpl.cpp1484 …result.append(fEffPrecision.fMantissa.fRoundingIncrement.getDigitByExponent(i) + kPatternZeroDigit… in toNumberPattern()