Searched refs:fLiteralText (Results 1 – 4 of 4) sorted by relevance
92 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()
1922 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()
2782 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchAt()4347 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchChunkAt()
588 UnicodeString fLiteralText; // Any literal string data from the pattern, variable