Searched refs:fLiteralChars (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dregexcmp.h163 UnicodeString fLiteralChars; // Literal chars or strings from the pattern are accumulated here. member in class:RegexCompile
H A Dregexcmp.cpp1805 fLiteralChars.append(c);
1826 if (fLiteralChars.length() == 0) {
1830 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1);
1831 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint);
1839 fLiteralChars.truncate(indexOfLastCodePoint);
1852 fLiteralChars.foldCase();
1853 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1);
1854 lastCodePoint = fLiteralChars
[all...]

Completed in 59 milliseconds