Searched refs:lastCodePoint (Results 1 – 1 of 1) sorted by relevance
1890 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals() local1903 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal. in fixLiterals()1913 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint); in fixLiterals()1919 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()1920 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()1922 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()