Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp3934 static const UChar chDigit7 = 0x37; // '9' variable
4123 if (ch<chDigit0 || ch>chDigit7) { in nextChar()