Lines Matching refs:groupCount
1035 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match()
2201 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match_UTF8()
3718 for (i=0; i<=matcher->groupCount(); i++) { in regex_find()
3749 if ( matcher->groupCount()+1 < groupStarts.size()) { in regex_find()
3751 line, groupStarts.size()-1, matcher->groupCount()); in regex_find()
3754 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) { in regex_find()
3756 line, groupStarts.size()-1, UTF8Matcher->groupCount()); in regex_find()
4299 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()
4310 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()
4687 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()
4698 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()