Home | History | Annotate | Download | only in i18n

Lines Matching defs:zeroDigit

4820     UChar32 zeroDigit               = kPatternZeroDigit; // '0'
4834 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
4847 UChar nineDigit = (UChar)(zeroDigit + 9);
4915 } else if ((ch >= zeroDigit && ch <= nineDigit) ||
4927 if (ch != zeroDigit && roundingPos < 0) {
4931 roundingInc.append((char)(ch - zeroDigit + '0'));
4990 pattern.char32At(pos) == zeroDigit) {
4992 pos += U16_LENGTH(zeroDigit);
5028 (ch >= zeroDigit && ch <= nineDigit) ||