Home | History | Annotate | Download | only in intltest

Lines Matching refs:groupCount

896     //     RegexMatcher::groupCount();
1001 REGEX_ASSERT(matcher->groupCount() == 0);
1972 // RegexMatcher::groupCount();
2142 REGEX_ASSERT(matcher->groupCount() == 0);
3590 // matcher->groupCount does not include group 0, the entire match, hence the +1.
3616 for (i=0; i<=matcher->groupCount(); i++) {
3647 if ( matcher->groupCount()+1 < groupStarts.size()) {
3649 line, groupStarts.size()-1, matcher->groupCount());
3652 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) {
3654 line, groupStarts.size()-1, UTF8Matcher->groupCount());
4197 for (i=0; i<=testMat->groupCount(); i++) {
4208 for (i=0; i<=testMat->groupCount(); i++) {
4585 for (i=0; i<=testMat->groupCount(); i++) {
4596 for (i=0; i<=testMat->groupCount(); i++) {