Searched refs:lastCodePoint (Results 1 – 3 of 3) sorted by relevance
37 private int lastCodePoint = -2; field in PrettyPrinter175 if (cp == lastCodePoint + 1) { in appendUnicodeSetItem()176 lastCodePoint = cp; // continue range in appendUnicodeSetItem()179 firstCodePoint = lastCodePoint = cp; in appendUnicodeSetItem()208 if (lastCodePoint >= 0) { in flushLast()210 if (firstCodePoint != lastCodePoint) { in flushLast()212 if (firstCodePoint + 1 != lastCodePoint) { in flushLast()215 addSpaceAsNeededBefore(lastCodePoint); in flushLast()218 appendQuoted(lastCodePoint); in flushLast()219 lastString = UTF16.valueOf(lastCodePoint); in flushLast()[all …]
36 private int lastCodePoint = -2; field in PrettyPrinter174 if (cp == lastCodePoint + 1) { in appendUnicodeSetItem()175 lastCodePoint = cp; // continue range in appendUnicodeSetItem()178 firstCodePoint = lastCodePoint = cp; in appendUnicodeSetItem()207 if (lastCodePoint >= 0) { in flushLast()209 if (firstCodePoint != lastCodePoint) { in flushLast()211 if (firstCodePoint + 1 != lastCodePoint) { in flushLast()214 addSpaceAsNeededBefore(lastCodePoint); in flushLast()217 appendQuoted(lastCodePoint); in flushLast()218 lastString = UTF16.valueOf(lastCodePoint); in flushLast()[all …]
1886 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals() local1899 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()1909 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals()1915 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()1916 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()1918 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()