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

  /external/pcre/dist/
pcre_scanner.cc 129 return re.DoMatch(input_, RE::ANCHOR_START, &consumed, 0, 0);
pcrecpp.h 126 // pcrecpp::RE::DoMatch(). See pcrecpp.h for the signature for DoMatch.
640 bool DoMatch(const StringPiece& text,
689 // internal implementation for DoMatch
pcrecpp.cc 600 bool RE::DoMatch(const StringPiece& text,
  /external/regex-re2/re2/
re2.cc 300 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n);
305 return re.DoMatch(text, UNANCHORED, NULL, args, n);
311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
322 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) {
783 bool RE2::DoMatch(const StringPiece& text,
    [all...]
re2.h 696 bool DoMatch(const StringPiece& text,
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 71 static bool DoMatch(const DexFile::CodeItem* code_item, MatchFn* const* pattern, size_t size);
81 return DoMatch(code_item, pattern, size);
130 bool Matcher::DoMatch(const DexFile::CodeItem* code_item, MatchFn* const* pattern, size_t size) {
  /external/regex-re2/util/
pcre.h 453 bool DoMatch(const StringPiece& text,
492 // internal implementation for DoMatch
pcre.cc 592 bool PCRE::DoMatch(const StringPiece& text,
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 424 re_->DoMatch(text,

Completed in 258 milliseconds