Searched refs:fLiteralText (Results 1 – 4 of 4) sorted by relevance
96 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()
1926 if (fLiteralChars.length() > 0x00ffffff || fRXPat->fLiteralText.length() > 0x00ffffff) { in fixLiterals()1930 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()1934 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()1939 fRXPat->fLiteralText.append(fLiteralChars); in fixLiterals()2968 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()2997 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()3130 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx); in matchStartType()
2776 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchAt()4340 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchChunkAt()
590 UnicodeString fLiteralText; // Any literal string data from the pattern, variable