Searched refs:lastCodePoint (Results 1 – 3 of 3) sorted by relevance
37 private int lastCodePoint = -2; field in UnicodeSetPrettyPrinter174 if (cp == lastCodePoint + 1) { in appendUnicodeSetItem()175 lastCodePoint = cp; // continue range in appendUnicodeSetItem()178 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 …]
58 long lastCodePoint = -1; field in GenerateValidityXml.MyAdder68 if (firstCodePoint == lastCodePoint) { in add()77 lastCodePoint = firstCodePoint; in add()84 lastCodePoint = -1; in reset()
1891 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals() local1904 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()1914 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals()1920 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()1921 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()1923 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()