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

  /external/regex-re2/re2/
re2.cc 532 int ncap = 1 + NumberOfCapturingGroups();
801 int ncap = NumberOfCapturingGroups();
860 int RE2::NumberOfCapturingGroups() const {
899 if (max_token > NumberOfCapturingGroups()) {
902 max_token, NumberOfCapturingGroups());
    [all...]
re2.h 419 int NumberOfCapturingGroups() const;
446 // Doesn't make sense to use nmatch > 1 + NumberOfCapturingGroups(),
    [all...]
  /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...]
pcre.h 460 int NumberOfCapturingGroups() const;

Completed in 170 milliseconds