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()
1927 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()
2776 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchAt()4352 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchChunkAt()
590 UnicodeString fLiteralText; // Any literal string data from the pattern, variable