Searched refs:chDigit0 (Results 1 – 1 of 1) sorted by relevance
3944 static const UChar chDigit0 = 0x30; // '0' variable4123 else if (peekCharLL() == chDigit0) { in nextChar()4136 if (ch<chDigit0 || ch>chDigit7) { in nextChar()