Home | History | Annotate | Download | only in intltest

Lines Matching refs:groupsPat

2121     RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status);
2122 RegexMatcher *groupsMat = groupsPat->matcher(status);
2380 delete groupsPat;