Searched refs:ncap (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Donepass.cc192 const char** cap, int ncap) {
193 for (int i = 2; i < ncap; i++)
218 int ncap = 2*nmatch; local
219 if (ncap < 2)
220 ncap = 2;
223 for (int i = 0; i < ncap; i++)
227 for (int i = 0; i < ncap; i++)
300 ApplyCaptures(matchcond, p, matchcap, ncap);
317 ApplyCaptures(cond, p, cap, ncap);
326 ApplyCaptures(matchcond, p, cap, ncap);
191 ApplyCaptures(uint32 cond, const char* p, const char** cap, int ncap) argument
[all...]
H A Dre2.cc574 int ncap = 1 + NumberOfCapturingGroups(); local
575 if (ncap > nsubmatch)
576 ncap = nsubmatch;
616 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture);
701 (ncap > 1 || text.size() <= 8)) {
709 if (can_bit_state && text.size() <= bit_state_text_max && ncap > 1) {
736 if (!skipped_test && ncap <= 1) {
738 if (ncap == 1)
760 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) {
771 kind, submatch, ncap)) {
844 int ncap = NumberOfCapturingGroups(); local
847 VLOG(1) << "Asked for " << n << " but only have " << ncap; local
[all...]
/external/regex-re2/re2/
H A Donepass.cc192 const char** cap, int ncap) {
193 for (int i = 2; i < ncap; i++)
218 int ncap = 2*nmatch; local
219 if (ncap < 2)
220 ncap = 2;
223 for (int i = 0; i < ncap; i++)
227 for (int i = 0; i < ncap; i++)
300 ApplyCaptures(matchcond, p, matchcap, ncap);
317 ApplyCaptures(cond, p, cap, ncap);
326 ApplyCaptures(matchcond, p, cap, ncap);
191 ApplyCaptures(uint32 cond, const char* p, const char** cap, int ncap) argument
[all...]
H A Dre2.cc556 int ncap = 1 + NumberOfCapturingGroups(); local
557 if (ncap > nsubmatch)
558 ncap = nsubmatch;
598 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture);
683 (ncap > 1 || text.size() <= 8)) {
691 if (can_bit_state && text.size() <= bit_state_text_max && ncap > 1) {
718 if (!skipped_test && ncap <= 1) {
720 if (ncap == 1)
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) {
753 kind, submatch, ncap)) {
826 int ncap = NumberOfCapturingGroups(); local
829 VLOG(1) << "Asked for " << n << " but only have " << ncap; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dnvme.h90 __le64 ncap; member in struct:nvme_id_ns

Completed in 222 milliseconds