Searched refs:testMat (Results 1 – 1 of 1) sorted by relevance
4202 RegexMatcher *testMat = testPat->matcher(matchString, status); in PerlTests() local4203 UBool found = testMat->find(); in PerlTests()4211 delete testMat; in PerlTests()4219 delete testMat; in PerlTests()4246 resultString.append(testMat->group(status)); in PerlTests()4258 matchPosition = testMat->end(groupNum, status); in PerlTests()4260 matchPosition = testMat->start(groupNum, status); in PerlTests()4274 resultString.append(testMat->group(groupNum, status)); in PerlTests()4282 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()4286 ICU_Utility::appendNumber(resultString, testMat->start(i, status)); in PerlTests()[all …]