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 61 int32_t VisibleDigits::getDigitByExponent(int32_t digitPos) const {
158 intValue = intValue * 10LL + getDigitByExponent(i);
168 for (; idx >= -v && getDigitByExponent(idx) == 0; --idx);
173 f = f * 10LL + getDigitByExponent(i);
visibledigits.h 49 int32_t getDigitByExponent(int32_t digitPos) const;
digitlst.h 382 * For example, getDigitByExponent(7) returns the 10^7 place of this
384 * for passed parameter. Instead, getDigitByExponent returns 0 if
387 uint8_t getDigitByExponent(int32_t exponent) const;
digitformatter.cpp 206 appender.append(fLocalizedDigits[digits.getDigitByExponent(i)]);
digitlst.cpp 989 DigitList::getDigitByExponent(int32_t exponent) const {
    [all...]
decimfmtimpl.cpp     [all...]

Completed in 653 milliseconds