Searched refs:groupsMat (Results 1 – 1 of 1) sorted by relevance
3995 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests() local4140 groupsMat->reset(perlExpr); in PerlTests()4147 groupsMat->reset(perlExpr); in PerlTests()4156 else if (groupsMat->lookingAt(status)) { in PerlTests()4158 UnicodeString digitString = groupsMat->group(2, status); in PerlTests()4161 UnicodeString plusOrMinus = groupsMat->group(1, status); in PerlTests()4171 perlExpr.remove(0, groupsMat->end(status)); in PerlTests()4260 delete groupsMat; in PerlTests()4364 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8() local4536 groupsMat->reset(perlExpr); in PerlTestsUTF8()[all …]