Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h89 UChar32 peekCharLL();
Dregexcmp.cpp1303 c = peekCharLL(); in doParseActions()
3659 UChar32 RegexCompile::peekCharLL() { in peekCharLL() function in RegexCompile
3682 if ((c.fChar==chBackSlash && peekCharLL()==chE && ((fModeFlags & UREGEX_LITERAL) == 0)) || in nextChar()
3735 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
3770 else if (peekCharLL() == chDigit0) { in nextChar()
3782 int32_t ch = peekCharLL(); in nextChar()
3801 else if (peekCharLL() == chQ) { in nextChar()