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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp4003 RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status); local
4004 RegexMatcher *groupsMat = groupsPat->matcher(status);
4270 delete groupsPat;
4372 RegexPattern *groupsPat = RegexPattern::compile(UNICODE_STRING_SIMPLE("\\$([+\\-])\\[(\\d+)\\]"), 0, pe, status); local
4373 RegexMatcher *groupsMat = groupsPat->matcher(status);
4658 delete groupsPat;

Completed in 93 milliseconds