Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp199 int8_t expDigits = -1; in applyPatternWithoutExpandAffix() local
283 if (expDigits >= 0) { in applyPatternWithoutExpandAffix()
306 expDigits = 0; in applyPatternWithoutExpandAffix()
309 ++expDigits; in applyPatternWithoutExpandAffix()
319 expDigits < 1) { in applyPatternWithoutExpandAffix()
558 out.fUseExponentialNotation = (expDigits >= 0); in applyPatternWithoutExpandAffix()
560 out.fMinExponentDigits = expDigits; in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp1963 DigitList expDigits;
1964 expDigits.set(exponent);
1970 for (i=expDigits.getDecimalAt(); i<expDig; ++i)
1973 for (i=0; i<expDigits.getDecimalAt(); ++i)
1975 UChar32 c = (UChar32)((i < expDigits.getCount()) ?
1976 localizedDigits[expDigits.getDigitValue(i)] :
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp1874 DigitList expDigits; in subformat() local
1875 expDigits.set(exponent); in subformat()
1881 for (i=expDigits.getDecimalAt(); i<expDig; ++i) in subformat()
1884 for (i=0; i<expDigits.getDecimalAt(); ++i) in subformat()
1886 UChar32 c = (UChar32)((i < expDigits.getCount()) ? in subformat()
1887 localizedDigits[expDigits.getDigitValue(i)] : in subformat()
4881 int8_t expDigits = -1; in applyPatternWithoutExpandAffix() local
4965 if (expDigits >= 0) { in applyPatternWithoutExpandAffix()
4988 expDigits = 0; in applyPatternWithoutExpandAffix()
4991 ++expDigits; in applyPatternWithoutExpandAffix()
[all …]