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

  /external/chromium_org/third_party/re2/re2/
onepass.cc 192 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);
    [all...]
re2.cc 574 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/
onepass.cc 192 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);
    [all...]
re2.cc 556 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...]
  /bionic/libc/kernel/uapi/linux/
nvme.h 99 __le64 ncap; member in struct:nvme_id_ns
  /external/kernel-headers/original/uapi/linux/
nvme.h 90 __le64 ncap; member in struct:nvme_id_ns
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
nvme.h 99 __le64 ncap; member in struct:nvme_id_ns
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
nvme.h 99 __le64 ncap; member in struct:nvme_id_ns
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
nvme.h 99 __le64 ncap; member in struct:nvme_id_ns

Completed in 722 milliseconds