Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java692 int nextCharLL() { in nextCharLL() method in RBBIRuleScanner
737 c.fChar = nextCharLL(); in nextChar()
746 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
775 c.fChar = nextCharLL(); in nextChar()
1054 nextCharLL(); in scanSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java691 int nextCharLL() { in nextCharLL() method in RBBIRuleScanner
736 c.fChar = nextCharLL(); in nextChar()
745 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
774 c.fChar = nextCharLL(); in nextChar()
1053 nextCharLL(); in scanSet()
/external/icu/icu4c/source/common/
Drbbiscan.cpp824 UChar32 RBBIRuleScanner::nextCharLL() { in nextCharLL() function in RBBIRuleScanner
871 c.fChar = nextCharLL(); in nextChar()
880 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
913 c.fChar = nextCharLL(); in nextChar()
1226 nextCharLL(); in scanSet()
Drbbiscan.h88 UChar32 nextCharLL();
/external/icu/icu4c/source/i18n/
Dregexcmp.h89 UChar32 nextCharLL();
Dregexcmp.cpp1298 nextCharLL(); in doParseActions()
3949 UChar32 RegexCompile::nextCharLL() { in nextCharLL() function in RegexCompile
3992 fPeekChar = nextCharLL(); in peekCharLL()
4008 c.fChar = nextCharLL(); in nextChar()
4016 nextCharLL(); // discard the E in nextChar()
4043 c.fChar = nextCharLL(); in nextChar()
4057 c.fChar = nextCharLL(); in nextChar()
4072 nextCharLL(); // get & discard the peeked char. in nextChar()
4110 nextCharLL(); // Consume the initial 0. in nextChar()
4124 nextCharLL(); in nextChar()
[all …]