Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastCodePoint

1831     UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint);
1844 literalChar(lastCodePoint); // Re-add the last code point as if it were a new literal.
1854 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint);
1860 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) {
1861 op = URX_BUILD(URX_ONECHAR_I, lastCodePoint);
1863 op = URX_BUILD(URX_ONECHAR, lastCodePoint);