Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp63 int32_t VisibleDigits::getDigitByExponent(int32_t digitPos) const { in getDigitByExponent() function in VisibleDigits
156 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()
Dvisibledigits.h51 int32_t getDigitByExponent(int32_t digitPos) const;
Ddigitlst.h389 uint8_t getDigitByExponent(int32_t exponent) const;
Ddigitformatter.cpp208 appender.append(fLocalizedDigits[digits.getDigitByExponent(i)]); in format()
Ddigitlst.cpp1013 DigitList::getDigitByExponent(int32_t exponent) const { in getDigitByExponent() function in DigitList
Ddecimfmtimpl.cpp1486 …result.append((UChar)(fEffPrecision.fMantissa.fRoundingIncrement.getDigitByExponent(i) + kPatternZ… in toNumberPattern()