HomeSort by relevance Sort by last modified time
    Searched defs:NumberOfCapturingGroups (Results 1 - 3 of 3) sorted by null

  /external/pcre/pcrecpp/
pcrecpp.cc 387 if (NumberOfCapturingGroups() < n) {
453 int RE::NumberOfCapturingGroups() const {
  /external/regex-re2/util/
pcre.cc 572 if (NumberOfCapturingGroups() < n) {
608 int number_of_capturing_groups = NumberOfCapturingGroups();
669 if (max_token > NumberOfCapturingGroups()) {
672 max_token, NumberOfCapturingGroups());
681 int PCRE::NumberOfCapturingGroups() const {
    [all...]
  /external/regex-re2/re2/
re2.cc 556 int ncap = 1 + NumberOfCapturingGroups();
826 int ncap = NumberOfCapturingGroups();
888 int RE2::NumberOfCapturingGroups() const {
927 if (max_token > NumberOfCapturingGroups()) {
930 max_token, NumberOfCapturingGroups());
    [all...]

Completed in 273 milliseconds