Home | History | Annotate | Download | only in intltest

Lines Matching refs:groupCount

701     //     RegexMatcher::groupCount();
806 REGEX_ASSERT(matcher->groupCount() == 0);
1734 // RegexMatcher::groupCount();
1892 REGEX_ASSERT(matcher->groupCount() == 0);
3209 // matcher->groupCount does not include group 0, the entire match, hence the +1.
3235 for (i=0; i<=matcher->groupCount(); i++) {
3264 if ( matcher->groupCount()+1 < groupStarts.size()) {
3266 line, groupStarts.size()-1, matcher->groupCount());
3269 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) {
3271 groupCount());
3814 for (i=0; i<=testMat->groupCount(); i++) {
3825 for (i=0; i<=testMat->groupCount(); i++) {
4202 for (i=0; i<=testMat->groupCount(); i++) {
4213 for (i=0; i<=testMat->groupCount(); i++) {