Home
last modified time | relevance | path

Searched refs:expDigits (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp1347 DigitList expDigits; in subformat() local
1348 expDigits.set(exponent); in subformat()
1354 for (i=expDigits.getDecimalAt(); i<expDig; ++i) in subformat()
1357 for (i=0; i<expDigits.getDecimalAt(); ++i) in subformat()
1359 UChar32 c = (UChar32)((i < expDigits.getCount()) ? in subformat()
1360 localizedDigits[expDigits.getDigitValue(i)] : in subformat()
3981 int8_t expDigits = -1; in applyPatternWithoutExpandAffix() local
4065 if (expDigits >= 0) { in applyPatternWithoutExpandAffix()
4088 expDigits = 0; in applyPatternWithoutExpandAffix()
4091 ++expDigits; in applyPatternWithoutExpandAffix()
[all …]