Home
last modified time | relevance | path

Searched refs:NumberOfCapturingGroups (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/util/
Dpcre.cc572 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
Dpcre.h460 int NumberOfCapturingGroups() const;
/external/regex-re2/re2/
Dre2.cc556 int ncap = 1 + NumberOfCapturingGroups(); in Match()
826 int ncap = NumberOfCapturingGroups(); in DoMatch()
888 int RE2::NumberOfCapturingGroups() const { in NumberOfCapturingGroups() function in re2::RE2
927 if (max_token > NumberOfCapturingGroups()) { in CheckRewriteString()
930 max_token, NumberOfCapturingGroups()); in CheckRewriteString()
Dre2.h438 int NumberOfCapturingGroups() const;
/external/regex-re2/re2/testing/
Dexhaustive_tester.cc106 int ngroup = re.NumberOfCapturingGroups()+1; in HandleRegexp()
Dre2_test.cc490 CHECK_EQ(re.NumberOfCapturingGroups(), 1); in TEST()
497 CHECK_EQ(re.NumberOfCapturingGroups(), 6); in TEST()
1252 EXPECT_EQ(0, re.NumberOfCapturingGroups()); in TEST()
/external/pcre/dist/
Dpcrecpp.h647 int NumberOfCapturingGroups() const;
Dpcrecpp.cc580 if (NumberOfCapturingGroups() < n) { in DoMatchImpl()
648 int RE::NumberOfCapturingGroups() const { in NumberOfCapturingGroups() function in pcrecpp::RE