Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp152 UChar nineDigit = (UChar)(fZeroDigit + 9); in applyPatternWithoutExpandAffix() local
220 } else if ((ch >= fZeroDigit && ch <= nineDigit) || in applyPatternWithoutExpandAffix()
333 (ch >= fZeroDigit && ch <= nineDigit) || in applyPatternWithoutExpandAffix()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java4772 char nineDigit = (char) (zeroDigit + 9); in applyPatternWithoutExpandAffix() local
4832 } else if ((ch >= zeroDigit && ch <= nineDigit) || ch == sigDigit) { in applyPatternWithoutExpandAffix()
4862 if (!(after == digit || (after >= zeroDigit && after <= nineDigit))) { in applyPatternWithoutExpandAffix()
4942 || (ch >= zeroDigit && ch <= nineDigit) || ch == sigDigit) { in applyPatternWithoutExpandAffix()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat.java4701 char nineDigit = (char) (zeroDigit + 9); in applyPatternWithoutExpandAffix() local
4761 } else if ((ch >= zeroDigit && ch <= nineDigit) || ch == sigDigit) { in applyPatternWithoutExpandAffix()
4791 if (!(after == digit || (after >= zeroDigit && after <= nineDigit))) { in applyPatternWithoutExpandAffix()
4871 || (ch >= zeroDigit && ch <= nineDigit) || ch == sigDigit) { in applyPatternWithoutExpandAffix()