Lines Matching refs:groupCount
974 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match()
2140 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match_UTF8()
3657 for (i=0; i<=matcher->groupCount(); i++) { in regex_find()
3688 if ( matcher->groupCount()+1 < groupStarts.size()) { in regex_find()
3690 line, groupStarts.size()-1, matcher->groupCount()); in regex_find()
3693 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) { in regex_find()
3695 line, groupStarts.size()-1, UTF8Matcher->groupCount()); in regex_find()
4238 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()
4249 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()
4626 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()
4637 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()