Searched refs:groupsMat (Results 1 – 1 of 1) sorted by relevance
4097 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests() local4242 groupsMat->reset(perlExpr); in PerlTests()4249 groupsMat->reset(perlExpr); in PerlTests()4258 else if (groupsMat->lookingAt(status)) { in PerlTests()4260 UnicodeString digitString = groupsMat->group(2, status); in PerlTests()4263 UnicodeString plusOrMinus = groupsMat->group(1, status); in PerlTests()4273 perlExpr.remove(0, groupsMat->end(status)); in PerlTests()4362 delete groupsMat; in PerlTests()4466 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8() local4638 groupsMat->reset(perlExpr); in PerlTestsUTF8()[all …]