Searched refs:fLiteralText (Results 1 – 4 of 4) sorted by relevance
85 fLiteralText = other.fLiteralText; in operator =()144 fLiteralText.remove(); in init()726 UChar c = fLiteralText[i]; in dumpOp()793 … REGEX_DUMP_DEBUG_PRINTF(("%c", This->fLiteralText[i])); // TODO: non-printables, surrogates. in RegexPatternDump()
1784 fStringOpStart = fRXPat->fLiteralText.length(); in literalChar()1808 fRXPat->fLiteralText.append(URX_VAL(op)); in literalChar()1822 fRXPat->fLiteralText.append(c); in literalChar()1826 stringLen = fRXPat->fLiteralText.length() - fStringOpStart; in literalChar()1902 stringLastCharIdx = fRXPat->fLiteralText.length(); in fixLiterals()1903 stringLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1); in fixLiterals()1904 lastChar = fRXPat->fLiteralText.char32At(stringLastCharIdx); in fixLiterals()1909 stringNextToLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1); in fixLiterals()1911 nextToLastChar = fRXPat->fLiteralText.char32At(stringNextToLastCharIdx); in fixLiterals()1917 stringLen -= (fRXPat->fLiteralText.length() - stringLastCharIdx); in fixLiterals()[all …]
2788 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchAt()4495 const UChar *litText = fPattern->fLiteralText.getBuffer(); in MatchChunkAt()
580 UnicodeString fLiteralText; // Any literal string data from the pattern, variable