Home | History | Annotate | Download | only in i18n

Lines Matching refs:fPattern

112     U_ASSERT(fRXPat->fPattern.length() == 0);
115 fRXPat->fPattern = pat;
3518 fRXPat->fPattern.extractBetween(fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex,
3520 fRXPat->fPattern.extractBetween(fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1,
3561 UnicodeString &pattern = fRXPat->fPattern;
3684 c.fChar = fRXPat->fPattern.unescapeAt(endX);