Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java139 UTF16.append(buf, Utility.cpFromCodePointAndLength(cpAndLength)); in nextToken()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java179 c = Utility.cpFromCodePointAndLength(cpAndLength); in next()
DUtility.java953 public static int cpFromCodePointAndLength(int cpAndLength) { in cpFromCodePointAndLength() method in Utility
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestExtended.java352 tp.dataToBreak.appendCodePoint(Utility.cpFromCodePointAndLength(cpAndLength)); in TestExtended()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java833 c.fChar = Utility.cpFromCodePointAndLength(cpAndLength); in nextChar()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java500 int escaped = Utility.cpFromCodePointAndLength(cpAndLength); in parseSection()