Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h93 UChar32 peekCharLL();
Dregexcmp.cpp1317 c = peekCharLL(); in doParseActions()
4010 UChar32 RegexCompile::peekCharLL() { in peekCharLL() function in RegexCompile
4033 if ((c.fChar==chBackSlash && peekCharLL()==chE && ((fModeFlags & UREGEX_LITERAL) == 0)) || in nextChar()
4088 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
4123 else if (peekCharLL() == chDigit0) { in nextChar()
4135 int32_t ch = peekCharLL(); in nextChar()
4154 else if (peekCharLL() == chQ) { in nextChar()
/external/icu/libicu/cts_headers/
Dregexcmp.h93 UChar32 peekCharLL();