Searched defs:NumberOfCapturingGroups (Results 1 - 5 of 5) sorted by relevance

/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
/external/pcre/dist/
H A Dpcrecpp.cc580 if (NumberOfCapturingGroups() < n) {
648 int RE::NumberOfCapturingGroups() const { function in class:pcrecpp::RE
/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
/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());
/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());

Completed in 272 milliseconds