Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drepattrn.cpp92 fLiteralText = other.fLiteralText; in operator =()
164 fLiteralText.remove(); in init()
765 UChar c = fLiteralText[i]; in dumpOp()
832 printf("%c", fLiteralText[i]); // TODO: non-printables, surrogates. in dumpPattern()
Dregexcmp.cpp1922 if (fLiteralChars.length() > 0x00ffffff || fRXPat->fLiteralText.length() > 0x00ffffff) { in fixLiterals()
1926 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1930 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1935 fRXPat->fLiteralText.append(fLiteralChars); in fixLiterals()
2959 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()
2988 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()
3121 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx); in matchStartType()
Drematch.cpp2782 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchAt()
4347 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchChunkAt()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h588 UnicodeString fLiteralText; // Any literal string data from the pattern, variable