Home | History | Annotate | Download | only in intltest

Lines Matching full:groupspat

4105     RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status);
4106 RegexMatcher *groupsMat = groupsPat->matcher(status);
4372 delete groupsPat;
4474 RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status);
4475 RegexMatcher *groupsMat = groupsPat->matcher(status);
4760 delete groupsPat;