Searched refs:groupsMat (Results 1 – 1 of 1) sorted by relevance
4087 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests() local4234 groupsMat->reset(perlExpr); in PerlTests()4241 groupsMat->reset(perlExpr); in PerlTests()4250 else if (groupsMat->lookingAt(status)) { in PerlTests()4252 UnicodeString digitString = groupsMat->group(2, status); in PerlTests()4255 UnicodeString plusOrMinus = groupsMat->group(1, status); in PerlTests()4265 perlExpr.remove(0, groupsMat->end(status)); in PerlTests()4354 delete groupsMat; in PerlTests()4458 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8() local4632 groupsMat->reset(perlExpr); in PerlTestsUTF8()[all …]