Searched refs:expDigits (Results 1 – 1 of 1) sorted by relevance
1066 DigitList expDigits; in subformat() local1067 expDigits.set(exponent); in subformat()1073 for (i=expDigits.fDecimalAt; i<expDig; ++i) in subformat()1076 for (i=0; i<expDigits.fDecimalAt; ++i) in subformat()1078 UChar32 c = (UChar32)((i < expDigits.fCount) ? in subformat()1079 (expDigits.fDigits[i] + zeroDelta) : zero); in subformat()3274 int8_t expDigits = -1; in applyPattern() local3359 if (expDigits >= 0) { in applyPattern()3382 expDigits = 0; in applyPattern()3385 ++expDigits; in applyPattern()[all …]