Home | History | Annotate | Download | only in i18n

Lines Matching refs:zeroDigit

3685     UChar32 zeroDigit               = kPatternZeroDigit; // '0'
3699 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
3712 UChar nineDigit = (UChar)(zeroDigit + 9);
3780 } else if ((ch >= zeroDigit && ch <= nineDigit) ||
3793 if (ch != zeroDigit && roundingPos < 0) {
3797 zeroDigit + '0'));
3855 pattern.char32At(pos) == zeroDigit) {
3857 pos += U16_LENGTH(zeroDigit);
3893 (ch >= zeroDigit && ch <= nineDigit) ||