Home
last modified time | relevance | path

Searched refs:lastCodePoint (Results 1 – 1 of 1) sorted by relevance

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