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

  /external/chromium_org/third_party/re2/re2/testing/
exhaustive_tester.cc 112 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup);
116 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup);
set_test.cc 85 RE2::Set s(RE2::DefaultOptions, RE2::ANCHOR_BOTH);
tester.cc 391 re_anchor = RE2::ANCHOR_BOTH;
421 pcre_anchor = PCRE::ANCHOR_BOTH;
  /external/regex-re2/re2/testing/
exhaustive_tester.cc 112 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup);
116 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup);
set_test.cc 85 RE2::Set s(RE2::DefaultOptions, RE2::ANCHOR_BOTH);
tester.cc 391 re_anchor = RE2::ANCHOR_BOTH;
421 pcre_anchor = PCRE::ANCHOR_BOTH;
  /external/chromium_org/third_party/re2/re2/
re2.cc 318 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n);
585 re_anchor = ANCHOR_BOTH;
586 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH)
606 if (re_anchor != ANCHOR_BOTH)
687 case ANCHOR_BOTH:
689 if (re_anchor == ANCHOR_BOTH)
    [all...]
re2.h 432 ANCHOR_BOTH, // Anchor at start and end
539 // forward, longest-match - used for all ANCHOR_BOTH searches,
    [all...]
compile.cc 736 if (anchor_ != RE2::ANCHOR_BOTH)
995 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
    [all...]
  /external/regex-re2/re2/
re2.cc 300 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n);
567 re_anchor = ANCHOR_BOTH;
568 else if (prog_->anchor_start() && re_anchor != ANCHOR_BOTH)
588 if (re_anchor != ANCHOR_BOTH)
669 case ANCHOR_BOTH:
671 if (re_anchor == ANCHOR_BOTH)
    [all...]
re2.h 432 ANCHOR_BOTH, // Anchor at start and end
539 // forward, longest-match - used for all ANCHOR_BOTH searches,
    [all...]
compile.cc 735 if (anchor_ != RE2::ANCHOR_BOTH)
994 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 75 re_full_ = Compile(ANCHOR_BOTH);
118 // ANCHOR_BOTH Tack a "\z" to the end of the original pattern
124 if (anchor != ANCHOR_BOTH) {
187 return re.DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
468 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
    [all...]
pcre.h 454 ANCHOR_BOTH, // Anchor at start and end
  /external/pcre/dist/
pcrecpp.cc 96 re_full_ = Compile(ANCHOR_BOTH);
126 // ANCHOR_BOTH Tack a "\z" to the end of the original pattern
132 if (anchor != ANCHOR_BOTH) {
191 return DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
pcrecpp.h 635 ANCHOR_BOTH // Anchor at start and end
  /external/regex-re2/util/
pcre.cc 70 re_full_ = Compile(ANCHOR_BOTH);
113 // ANCHOR_BOTH Tack a "\z" to the end of the original pattern
119 if (anchor != ANCHOR_BOTH) {
182 return re.DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
    [all...]
pcre.h 448 ANCHOR_BOTH, // Anchor at start and end

Completed in 445 milliseconds