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

/external/icu/icu4c/source/i18n/
H A Dregexcmp.h175 UnicodeString fLiteralChars; // Literal chars or strings from the pattern are accumulated here. member in class:RegexCompile
H A Dregexcmp.cpp1861 fLiteralChars.append(c);
1881 if (fLiteralChars.length() == 0) {
1885 int32_t indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1);
1886 UChar32 lastCodePoint = fLiteralChars.char32At(indexOfLastCodePoint);
1894 fLiteralChars.truncate(indexOfLastCodePoint);
1907 fLiteralChars.foldCase();
1908 indexOfLastCodePoint = fLiteralChars.moveIndex32(fLiteralChars.length(), -1);
1909 lastCodePoint = fLiteralChars
[all...]

Completed in 30 milliseconds