Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp3593 static const UChar chDigit0 = 0x30; // '0' variable
3770 else if (peekCharLL() == chDigit0) { in nextChar()
3783 if (ch<chDigit0 || ch>chDigit7) { in nextChar()
/external/chromium_org/third_party/icu/source/i18n/
Dregexcmp.cpp3618 static const UChar chDigit0 = 0x30; // '0' variable
3794 else if (peekCharLL() == chDigit0) { in nextChar()
3807 if (ch<chDigit0 || ch>chDigit7) { in nextChar()