Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastCodePoint

1886     UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint);
1899 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal.
1909 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint);
1915 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) {
1916 appendOp(URX_ONECHAR_I, lastCodePoint);
1918 appendOp(URX_ONECHAR, lastCodePoint);