Searched refs:NumberOfCapturingGroups (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive_tester.cc106 int ngroup = re.NumberOfCapturingGroups()+1;
H A Dre2_test.cc497 CHECK_EQ(re.NumberOfCapturingGroups(), 1);
504 CHECK_EQ(re.NumberOfCapturingGroups(), 6);
1261 EXPECT_EQ(0, re.NumberOfCapturingGroups());
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc106 int ngroup = re.NumberOfCapturingGroups()+1;
H A Dre2_test.cc490 CHECK_EQ(re.NumberOfCapturingGroups(), 1);
497 CHECK_EQ(re.NumberOfCapturingGroups(), 6);
1252 EXPECT_EQ(0, re.NumberOfCapturingGroups());
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc574 int ncap = 1 + NumberOfCapturingGroups();
844 int ncap = NumberOfCapturingGroups();
906 int RE2::NumberOfCapturingGroups() const { function in class:re2::RE2
945 if (max_token > NumberOfCapturingGroups()) {
948 max_token, NumberOfCapturingGroups());
H A Dre2.h438 int NumberOfCapturingGroups() const;
465 // Doesn't make sense to use nmatch > 1 + NumberOfCapturingGroups(),
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc577 if (NumberOfCapturingGroups() < n) {
613 int number_of_capturing_groups = NumberOfCapturingGroups();
674 if (max_token > NumberOfCapturingGroups()) {
677 max_token, NumberOfCapturingGroups());
686 int PCRE::NumberOfCapturingGroups() const { function in class:re2::PCRE
H A Dpcre.h466 int NumberOfCapturingGroups() const;
/external/regex-re2/re2/
H A Dre2.cc556 int ncap = 1 + NumberOfCapturingGroups();
826 int ncap = NumberOfCapturingGroups();
888 int RE2::NumberOfCapturingGroups() const { function in class:re2::RE2
927 if (max_token > NumberOfCapturingGroups()) {
930 max_token, NumberOfCapturingGroups());
H A Dre2.h438 int NumberOfCapturingGroups() const;
465 // Doesn't make sense to use nmatch > 1 + NumberOfCapturingGroups(),
/external/regex-re2/util/
H A Dpcre.cc572 if (NumberOfCapturingGroups() < n) {
608 int number_of_capturing_groups = NumberOfCapturingGroups();
669 if (max_token > NumberOfCapturingGroups()) {
672 max_token, NumberOfCapturingGroups());
681 int PCRE::NumberOfCapturingGroups() const { function in class:re2::PCRE
H A Dpcre.h460 int NumberOfCapturingGroups() const;
/external/pcre/dist/
H A Dpcrecpp.h647 int NumberOfCapturingGroups() const;
H A Dpcrecpp.cc580 if (NumberOfCapturingGroups() < n) {
648 int RE::NumberOfCapturingGroups() const { function in class:pcrecpp::RE

Completed in 2146 milliseconds