Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java140 position += 1 + Utility.lengthFromCodePointAndLength(cpAndLength); in nextToken()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java180 jumpahead(Utility.lengthFromCodePointAndLength(cpAndLength)); in next()
DUtility.java958 public static int lengthFromCodePointAndLength(int cpAndLength) { in lengthFromCodePointAndLength() method in Utility
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestExtended.java351 charIdx += Utility.lengthFromCodePointAndLength(cpAndLength); in TestExtended()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java834 int length = Utility.lengthFromCodePointAndLength(cpAndLength); in nextChar()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java501 pos += Utility.lengthFromCodePointAndLength(cpAndLength); in parseSection()