Searched defs:cpAndLength (Results 1 – 7 of 7) sorted by relevance
901 int cpAndLength = unescapeAndLengthAt(s, ahead, tailLimit); in unescapeAndLengthAt() local953 public static int cpFromCodePointAndLength(int cpAndLength) { in cpFromCodePointAndLength()954 assert cpAndLength >= 0; in cpFromCodePointAndLength() local958 public static int lengthFromCodePointAndLength(int cpAndLength) { in lengthFromCodePointAndLength()959 assert cpAndLength >= 0; in lengthFromCodePointAndLength() local976 int cpAndLength = unescapeAndLengthAt(s, i); in unescape() local1007 int cpAndLength = unescapeAndLengthAt(s, i); in unescapeLeniently() local
174 int cpAndLength = Utility.unescapeAndLengthAt( in next() local
133 int cpAndLength = Utility.unescapeAndLengthAt(line, position + 1); in nextToken() local
56 int cpAndLength = Utility.unescapeAndLengthAt(s, 1); // index 1 = after the backslash in TestUnescape() local
347 int cpAndLength = Utility.unescapeAndLengthAt(testString, charIdx); in TestExtended() local
829 int cpAndLength = Utility.unescapeAndLengthAt(fRB.fRules, fNextIndex); in nextChar() local
496 int cpAndLength = Utility.unescapeAndLengthAt(rule, pos); in parseSection() local