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