Home
last modified time | relevance | path

Searched defs:cpAndLength (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java901 int cpAndLength = unescapeAndLengthAt(s, ahead, tailLimit); in unescapeAndLengthAt() local
953 public static int cpFromCodePointAndLength(int cpAndLength) { in cpFromCodePointAndLength()
954 assert cpAndLength >= 0; in cpFromCodePointAndLength() local
958 public static int lengthFromCodePointAndLength(int cpAndLength) { in lengthFromCodePointAndLength()
959 assert cpAndLength >= 0; in lengthFromCodePointAndLength() local
976 int cpAndLength = unescapeAndLengthAt(s, i); in unescape() local
1007 int cpAndLength = unescapeAndLengthAt(s, i); in unescapeLeniently() local
DRuleCharacterIterator.java174 int cpAndLength = Utility.unescapeAndLengthAt( in next() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java133 int cpAndLength = Utility.unescapeAndLengthAt(line, position + 1); in nextToken() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DUtilityTest.java56 int cpAndLength = Utility.unescapeAndLengthAt(s, 1); // index 1 = after the backslash in TestUnescape() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestExtended.java347 int cpAndLength = Utility.unescapeAndLengthAt(testString, charIdx); in TestExtended() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java829 int cpAndLength = Utility.unescapeAndLengthAt(fRB.fRules, fNextIndex); in nextChar() local
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java496 int cpAndLength = Utility.unescapeAndLengthAt(rule, pos); in parseSection() local