Searched refs:expDigits (Results 1 – 3 of 3) sorted by relevance
199 int8_t expDigits = -1; in applyPatternWithoutExpandAffix() local283 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()
1963 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)] :
1874 DigitList expDigits; in subformat() local1875 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() local4965 if (expDigits >= 0) { in applyPatternWithoutExpandAffix()4988 expDigits = 0; in applyPatternWithoutExpandAffix()4991 ++expDigits; in applyPatternWithoutExpandAffix()[all …]