Searched refs:lastCodePoint (Results 1 – 4 of 4) 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 …]
57 long lastCodePoint = -1; field in GenerateValidityXml.MyAdder67 if (firstCodePoint == lastCodePoint) { in add()76 lastCodePoint = firstCodePoint; in add()83 lastCodePoint = -1; in reset()
1907 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals() local1920 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()1930 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals()1936 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()1937 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()1939 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()