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

  /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...]
  /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 218 milliseconds