Home | History | Annotate | Download | only in i18n

Lines Matching refs:fLiteralText

1783         fStringOpStart = fRXPat->fLiteralText.length();
1807 fRXPat->fLiteralText.append(URX_VAL(op));
1821 fRXPat->fLiteralText.append(c);
1825 stringLen = fRXPat->fLiteralText.length() - fStringOpStart;
1901 stringLastCharIdx = fRXPat->fLiteralText.length();
1902 stringLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1);
1903 lastChar = fRXPat->fLiteralText.char32At(stringLastCharIdx);
1908 stringNextToLastCharIdx = fRXPat->fLiteralText.moveIndex32(stringLastCharIdx, -1);
1910 nextToLastChar = fRXPat->fLiteralText.char32At(stringNextToLastCharIdx);
1916 stringLen -= (fRXPat->fLiteralText.length() - stringLastCharIdx);
2696 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx);
2725 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx);
2858 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx);
3473 caseStringBuffer.setTo(fRXPat->fLiteralText, URX_VAL(op), URX_VAL(lengthOp));
3479 fRXPat->fLiteralText.replace(URX_VAL(op), newLen, caseStringBuffer);
3482 fRXPat->fLiteralText.replace(URX_VAL(op), URX_VAL(lengthOp), caseStringBuffer);