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.java722 int nextCharLL() { in nextCharLL() method in RBBIRuleScanner
767 c.fChar = nextCharLL(); in nextChar()
776 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
806 c.fChar = nextCharLL(); in nextChar()
1082 nextCharLL(); in scanSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java721 int nextCharLL() { in nextCharLL() method in RBBIRuleScanner
766 c.fChar = nextCharLL(); in nextChar()
775 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
805 c.fChar = nextCharLL(); in nextChar()
1081 nextCharLL(); in scanSet()
/external/icu/icu4c/source/common/
Drbbiscan.cpp854 UChar32 RBBIRuleScanner::nextCharLL() { in nextCharLL() function in RBBIRuleScanner
901 c.fChar = nextCharLL(); in nextChar()
910 c.fChar = nextCharLL(); // get nextChar officially so character counts in nextChar()
944 c.fChar = nextCharLL(); in nextChar()
1253 nextCharLL(); in scanSet()
Drbbiscan.h89 UChar32 nextCharLL();
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1302 nextCharLL(); in doParseActions()
3958 UChar32 RegexCompile::nextCharLL() { in nextCharLL() function in RegexCompile
4001 fPeekChar = nextCharLL(); in peekCharLL()
4017 c.fChar = nextCharLL(); in nextChar()
4025 nextCharLL(); // discard the E in nextChar()
4052 c.fChar = nextCharLL(); in nextChar()
4066 c.fChar = nextCharLL(); in nextChar()
4081 nextCharLL(); // get & discard the peeked char. in nextChar()
4119 nextCharLL(); // Consume the initial 0. in nextChar()
4133 nextCharLL(); in nextChar()
[all …]
Dregexcmp.h92 UChar32 nextCharLL();