Home
last modified time | relevance | path

Searched refs:chDigit0 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp3933 static const UChar chDigit0 = 0x30; // '0' variable
4110 else if (peekCharLL() == chDigit0) { in nextChar()
4123 if (ch<chDigit0 || ch>chDigit7) { in nextChar()