Searched refs:NumberOfCapturingGroups (Results 1 – 8 of 8) sorted by relevance
572 if (NumberOfCapturingGroups() < n) { in DoMatchImpl()608 int number_of_capturing_groups = NumberOfCapturingGroups(); in Rewrite()669 if (max_token > NumberOfCapturingGroups()) { in CheckRewriteString()672 max_token, NumberOfCapturingGroups()); in CheckRewriteString()681 int PCRE::NumberOfCapturingGroups() const { in NumberOfCapturingGroups() function in re2::PCRE
460 int NumberOfCapturingGroups() const;
556 int ncap = 1 + NumberOfCapturingGroups(); in Match()826 int ncap = NumberOfCapturingGroups(); in DoMatch()888 int RE2::NumberOfCapturingGroups() const { in NumberOfCapturingGroups() function in re2::RE2927 if (max_token > NumberOfCapturingGroups()) { in CheckRewriteString()930 max_token, NumberOfCapturingGroups()); in CheckRewriteString()
438 int NumberOfCapturingGroups() const;
106 int ngroup = re.NumberOfCapturingGroups()+1; in HandleRegexp()
490 CHECK_EQ(re.NumberOfCapturingGroups(), 1); in TEST()497 CHECK_EQ(re.NumberOfCapturingGroups(), 6); in TEST()1252 EXPECT_EQ(0, re.NumberOfCapturingGroups()); in TEST()
647 int NumberOfCapturingGroups() const;
580 if (NumberOfCapturingGroups() < n) { in DoMatchImpl()648 int RE::NumberOfCapturingGroups() const { in NumberOfCapturingGroups() function in pcrecpp::RE