Lines Matching refs:fLiteralText
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()
2701 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()
2730 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType()
2863 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx); in matchStartType()
3478 caseStringBuffer.setTo(fRXPat->fLiteralText, URX_VAL(op), URX_VAL(lengthOp)); in stripNOPs()
3484 fRXPat->fLiteralText.replace(URX_VAL(op), newLen, caseStringBuffer); in stripNOPs()
3487 fRXPat->fLiteralText.replace(URX_VAL(op), URX_VAL(lengthOp), caseStringBuffer); in stripNOPs()