Searched defs:groupsPat (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dregextst.cpp3994 RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status); local
3995 RegexMatcher *groupsMat = groupsPat->matcher(status);
4261 delete groupsPat;
4363 RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status); local
4364 RegexMatcher *groupsMat = groupsPat->matcher(status);
4649 delete groupsPat;

Completed in 47 milliseconds