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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp4119 RegexMatcher *testMat = testPat->matcher(matchString, status); local
4120 UBool found = testMat->find();
4134 delete testMat;
4161 resultString.append(testMat->group(status));
4173 matchPosition = testMat->end(groupNum, status);
4175 matchPosition = testMat->start(groupNum, status);
4189 resultString.append(testMat->group(groupNum, status));
4197 for (i=0; i<=testMat->groupCount(); i++) {
4201 ICU_Utility::appendNumber(resultString, testMat->start(i, status));
4208 for (i=0; i<=testMat
4514 RegexMatcher *testMat = &testPat->matcher(status)->reset(&inputText); local
[all...]

Completed in 89 milliseconds