Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dregextst.cpp3995 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests() local
4140 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() local
4536 groupsMat->reset(perlExpr); in PerlTestsUTF8()
[all …]