Searched refs:groupsMat (Results 1 – 1 of 1) sorted by relevance
4045 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests() local4190 groupsMat->reset(perlExpr); in PerlTests()4197 groupsMat->reset(perlExpr); in PerlTests()4206 else if (groupsMat->lookingAt(status)) { in PerlTests()4208 UnicodeString digitString = groupsMat->group(2, status); in PerlTests()4211 UnicodeString plusOrMinus = groupsMat->group(1, status); in PerlTests()4221 perlExpr.remove(0, groupsMat->end(status)); in PerlTests()4310 delete groupsMat; in PerlTests()4414 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8() local4586 groupsMat->reset(perlExpr); in PerlTestsUTF8()[all …]