Home | History | Annotate | Download | only in intltest

Lines Matching refs:patString

374     UnicodeString patString(pat, -1, US_INV);
375 REPattern = RegexPattern::compile(patString, 0, pe, status);
528 UnicodeString patString(pat);
529 callerPattern = RegexPattern::compile(patString, 0, pe, status);