Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drepattrn.cpp96 fLiteralText = other.fLiteralText; in operator =()
168 fLiteralText.remove(); in init()
770 UnicodeString str(fLiteralText, val, length); in dumpOp()
821 UnicodeString initialString(fLiteralText,fInitialStringIdx, fInitialStringLen); in dumpPattern()
Dregexcmp.cpp1927 if (fLiteralChars.length() > 0x00ffffff || fRXPat->fLiteralText.length() > 0x00ffffff) { in fixLiterals()
1931 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1935 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1940 fRXPat->fLiteralText.append(fLiteralChars); in fixLiterals()
2979 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()
3008 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()
3141 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx); in matchStartType()
Drematch.cpp2776 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchAt()
4352 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchChunkAt()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h590 UnicodeString fLiteralText; // Any literal string data from the pattern, variable