Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java717 int nextCharLL() { in nextCharLL() method in RBBIRuleScanner
762 c.fChar = nextCharLL(); in nextChar()
771 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
800 c.fChar = nextCharLL(); in nextChar()
1085 nextCharLL(); in scanSet()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java718 int nextCharLL() { in nextCharLL() method in RBBIRuleScanner
763 c.fChar = nextCharLL(); in nextChar()
772 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
801 c.fChar = nextCharLL(); in nextChar()
1086 nextCharLL(); in scanSet()
/external/icu/icu4c/source/common/
Drbbiscan.cpp852 UChar32 RBBIRuleScanner::nextCharLL() { in nextCharLL() function in RBBIRuleScanner
899 c.fChar = nextCharLL(); in nextChar()
908 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
941 c.fChar = nextCharLL(); in nextChar()
1264 nextCharLL(); in scanSet()
Drbbiscan.h89 UChar32 nextCharLL();
/external/icu/icu4c/source/i18n/
Dregexcmp.h92 UChar32 nextCharLL();
Dregexcmp.cpp1301 nextCharLL(); in doParseActions()
3959 UChar32 RegexCompile::nextCharLL() { in nextCharLL() function in RegexCompile
4002 fPeekChar = nextCharLL(); in peekCharLL()
4018 c.fChar = nextCharLL(); in nextChar()
4026 nextCharLL(); // discard the E in nextChar()
4053 c.fChar = nextCharLL(); in nextChar()
4067 c.fChar = nextCharLL(); in nextChar()
4082 nextCharLL(); // get & discard the peeked char. in nextChar()
4120 nextCharLL(); // Consume the initial 0. in nextChar()
4134 nextCharLL(); in nextChar()
[all …]