Home | History | Annotate | Download | only in i18n

Lines Matching defs:zeroDigit

4444     UChar32 zeroDigit               = kPatternZeroDigit; // '0'
4458 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
4471 UChar nineDigit = (UChar)(zeroDigit + 9);
4539 } else if ((ch >= zeroDigit && ch <= nineDigit) ||
4551 if (ch != zeroDigit && roundingPos < 0) {
4555 roundingInc.append((char)(ch - zeroDigit + '0'));
4614 pattern.char32At(pos) == zeroDigit) {
4616 pos += U16_LENGTH(zeroDigit);
4652 (ch >= zeroDigit && ch <= nineDigit) ||