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

/external/regex-re2/re2/
H A Dre2.cc532 int ncap = 1 + NumberOfCapturingGroups();
801 int ncap = NumberOfCapturingGroups();
860 int RE2::NumberOfCapturingGroups() const { function in class:re2::RE2
899 if (max_token > NumberOfCapturingGroups()) {
902 max_token, NumberOfCapturingGroups());
H A Dre2.h419 int NumberOfCapturingGroups() const;
446 // 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;

Completed in 83 milliseconds