Home | History | Annotate | Download | only in intltest

Lines Matching refs:patString

272     UnicodeString patString(pat, -1, US_INV);
273 REPattern = RegexPattern::compile(patString, 0, pe, status);
426 UnicodeString patString(pat);
427 callerPattern = RegexPattern::compile(patString, 0, pe, status);