Searched refs:testMat (Results 1 – 1 of 1) sorted by relevance
4160 RegexMatcher *testMat = testPat->matcher(matchString, status); in PerlTests() local4161 UBool found = testMat->find(); in PerlTests()4175 delete testMat; in PerlTests()4202 resultString.append(testMat->group(status)); in PerlTests()4214 matchPosition = testMat->end(groupNum, status); in PerlTests()4216 matchPosition = testMat->start(groupNum, status); in PerlTests()4230 resultString.append(testMat->group(groupNum, status)); in PerlTests()4238 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()4242 ICU_Utility::appendNumber(resultString, testMat->start(i, status)); in PerlTests()4249 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()[all …]