Home
last modified time | relevance | path

Searched refs:testMat (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4202 RegexMatcher *testMat = testPat->matcher(matchString, status); in PerlTests() local
4203 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 …]