Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h93 UChar32 peekCharLL();
Dregexcmp.cpp1298 c = peekCharLL(); in doParseActions()
3999 UChar32 RegexCompile::peekCharLL() { in peekCharLL() function in RegexCompile
4022 if ((c.fChar==chBackSlash && peekCharLL()==chE && ((fModeFlags & UREGEX_LITERAL) == 0)) || in nextChar()
4075 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar()
4110 else if (peekCharLL() == chDigit0) { in nextChar()
4122 int32_t ch = peekCharLL(); in nextChar()
4141 else if (peekCharLL() == chQ) { in nextChar()