Searched refs:nineDigit (Results 1 – 3 of 3) sorted by relevance
152 UChar nineDigit = (UChar)(fZeroDigit + 9); in applyPatternWithoutExpandAffix() local220 } else if ((ch >= fZeroDigit && ch <= nineDigit) || in applyPatternWithoutExpandAffix()333 (ch >= fZeroDigit && ch <= nineDigit) || in applyPatternWithoutExpandAffix()
4772 char nineDigit = (char) (zeroDigit + 9); in applyPatternWithoutExpandAffix() local4832 } 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()
4701 char nineDigit = (char) (zeroDigit + 9); in applyPatternWithoutExpandAffix() local4761 } 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()