Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp778 UChar32 RBBIRuleScanner::nextCharLL() { in nextCharLL() function in RBBIRuleScanner
825 c.fChar = nextCharLL(); in nextChar()
834 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
867 c.fChar = nextCharLL(); in nextChar()
1170 nextCharLL(); in scanSet()
Drbbiscan.h86 UChar32 nextCharLL();
/external/icu4c/i18n/
Dregexcmp.cpp1251 nextCharLL(); in doParseActions()
3550 UChar32 RegexCompile::nextCharLL() { in nextCharLL() function in RegexCompile
3593 fPeekChar = nextCharLL(); in peekCharLL()
3609 c.fChar = nextCharLL(); in nextChar()
3616 nextCharLL(); // discard the E in nextChar()
3643 c.fChar = nextCharLL(); in nextChar()
3657 c.fChar = nextCharLL(); in nextChar()
3673 nextCharLL(); // get & discard the peeked char. in nextChar()
3691 nextCharLL(); // Consume the initial 0. in nextChar()
3705 nextCharLL(); in nextChar()
[all …]
Dregexcmp.h86 UChar32 nextCharLL();