Searched refs:firstCodePoint (Results 1 – 3 of 3) 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()
63 long firstCodePoint = start.codePointAt(0); in add() local65 firstCodePoint <<= 22; in add()66 firstCodePoint |= start.codePointAt(1); in add()68 if (firstCodePoint == lastCodePoint) { in add()77 lastCodePoint = firstCodePoint; in add()
598 final int firstCodePoint = s.codePointAt(0); in getScriptExtensions() local599 int result = UScript.getScriptExtensions(firstCodePoint, outputBitset); in getScriptExtensions()600 final int firstCodePointCount = Character.charCount(firstCodePoint); in getScriptExtensions()