Searched refs:groupsMat (Results 1 – 1 of 1) sorted by relevance
4106 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests() local4251 groupsMat->reset(perlExpr); in PerlTests()4258 groupsMat->reset(perlExpr); in PerlTests()4267 else if (groupsMat->lookingAt(status)) { in PerlTests()4269 UnicodeString digitString = groupsMat->group(2, status); in PerlTests()4272 UnicodeString plusOrMinus = groupsMat->group(1, status); in PerlTests()4282 perlExpr.remove(0, groupsMat->end(status)); in PerlTests()4371 delete groupsMat; in PerlTests()4475 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8() local4647 groupsMat->reset(perlExpr); in PerlTestsUTF8()[all …]