HomeSort by relevance Sort by last modified time
    Searched refs:getDigitByExponent (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/i18n/
visibledigits.cpp 63 int32_t VisibleDigits::getDigitByExponent(int32_t digitPos) const {
156 intValue = intValue * 10LL + getDigitByExponent(i);
166 for (; idx >= -v && getDigitByExponent(idx) == 0; --idx)
172 f = f * 10LL + getDigitByExponent(i);
visibledigits.h 51 int32_t getDigitByExponent(int32_t digitPos) const;
digitlst.h 384 * For example, getDigitByExponent(7) returns the 10^7 place of this
386 * for passed parameter. Instead, getDigitByExponent returns 0 if
389 uint8_t getDigitByExponent(int32_t exponent) const;
digitformatter.cpp 208 appender.append(fLocalizedDigits[digits.getDigitByExponent(i)]);
digitlst.cpp 1013 DigitList::getDigitByExponent(int32_t exponent) const {
    [all...]
decimfmtimpl.cpp     [all...]

Completed in 3196 milliseconds