Searched refs:firstCodePoint (Results 1 – 4 of 4) sorted by relevance
36 private int firstCodePoint = -2; field in UnicodeSetPrettyPrinter178 firstCodePoint = lastCodePoint = cp; in appendUnicodeSetItem()209 addSpaceAsNeededBefore(firstCodePoint); in flushLast()210 if (firstCodePoint != lastCodePoint) { in flushLast()211 appendQuoted(firstCodePoint); in flushLast()212 if (firstCodePoint + 1 != lastCodePoint) { in flushLast()220 firstCodePoint = lastCodePoint = -2; in flushLast()
62 long firstCodePoint = start.codePointAt(0); in add() local64 firstCodePoint <<= 22; in add()65 firstCodePoint |= start.codePointAt(1); in add()67 if (firstCodePoint == lastCodePoint) { in add()76 lastCodePoint = firstCodePoint; in add()
602 final int firstCodePoint = s.codePointAt(0); in getScriptExtensions() local603 int result = UScript.getScriptExtensions(firstCodePoint, outputBitset); in getScriptExtensions()604 final int firstCodePointCount = Character.charCount(firstCodePoint); in getScriptExtensions()
378 int firstCodePoint = text.codePointAt(startIndex); in codePointToString() local379 int firstCodePointLength = Character.charCount(firstCodePoint); in codePointToString()380 int key = firstCodePoint; in codePointToString()