Lines Matching refs:groupCount
1033 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match()
2199 REGEX_ASSERT(matcher->groupCount() == 0); in API_Match_UTF8()
3709 for (i=0; i<=matcher->groupCount(); i++) { in regex_find()
3740 if ( matcher->groupCount()+1 < groupStarts.size()) { in regex_find()
3742 line, groupStarts.size()-1, matcher->groupCount()); in regex_find()
3745 else if (UTF8Matcher != NULL && UTF8Matcher->groupCount()+1 < groupStarts.size()) { in regex_find()
3747 line, groupStarts.size()-1, UTF8Matcher->groupCount()); in regex_find()
4290 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()
4301 for (i=0; i<=testMat->groupCount(); i++) { in PerlTests()
4678 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()
4689 for (i=0; i<=testMat->groupCount(); i++) { in PerlTestsUTF8()