Searched refs:gPower10 (Results 1 – 1 of 1) sorted by relevance
24 static const int32_t gPower10[] = {1, 10, 100, 1000}; variable231 for (int32_t i = 0; i < UPRV_LENGTHOF(gPower10); ++i) { in initVisibleDigits()232 scaled = value * gPower10[i]; in initVisibleDigits()280 int32_t maxPower10Exp = UPRV_LENGTHOF(gPower10) - 1; in initVisibleDigits()282 digits.fAbsIntValue /= gPower10[maxPower10Exp]; in initVisibleDigits()284 digits.fAbsIntValue /= gPower10[i - exponent]; in initVisibleDigits()