Searched refs:fLiteralText (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drepattrn.cpp82 fLiteralText = other.fLiteralText;
141 fLiteralText.remove();
701 UChar c = fLiteralText[i];
768 REGEX_DUMP_DEBUG_PRINTF(("%c", This->fLiteralText[i])); // TODO: non-printables, surrogates.
H A Dregexcmp.cpp1869 op = URX_BUILD(URX_STRING_I, fRXPat->fLiteralText.length());
1873 op = URX_BUILD(URX_STRING, fRXPat->fLiteralText.length());
1880 fRXPat->fLiteralText.append(fLiteralChars);
2672 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx);
2701 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx);
2840 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx);
H A Drematch.cpp2798 const UChar *litText = fPattern->fLiteralText.getBuffer();
4305 const UChar *litText = fPattern->fLiteralText.getBuffer();
/external/icu/icu4c/source/i18n/
H A Drepattrn.cpp82 fLiteralText = other.fLiteralText;
141 fLiteralText.remove();
702 UChar c = fLiteralText[i];
768 printf("%c", fLiteralText[i]); // TODO: non-printables, surrogates.
H A Dregexcmp.cpp1869 op = URX_BUILD(URX_STRING_I, fRXPat->fLiteralText.length());
1873 op = URX_BUILD(URX_STRING, fRXPat->fLiteralText.length());
1880 fRXPat->fLiteralText.append(fLiteralChars);
2672 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx);
2701 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx);
2840 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx);
H A Drematch.cpp2761 const UChar *litText = fPattern->fLiteralText.getBuffer();
4262 const UChar *litText = fPattern->fLiteralText.getBuffer();
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h566 UnicodeString fLiteralText; // Any literal string data from the pattern, member in class:RegexPattern
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h551 UnicodeString fLiteralText; // Any literal string data from the pattern, member in class:RegexPattern

Completed in 2010 milliseconds