Home
last modified time | relevance | path

Searched refs:DoMatch (Results 1 – 10 of 10) sorted by relevance

/external/regex-re2/re2/
Dre2.cc300 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n); in FullMatchN()
305 return re.DoMatch(text, UNANCHORED, NULL, args, n); in PartialMatchN()
311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { in ConsumeN()
322 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) { in FindAndConsumeN()
783 bool RE2::DoMatch(const StringPiece& text, in DoMatch() function in re2::RE2
Dre2.h696 bool DoMatch(const StringPiece& text,
/external/pcre/dist/
Dpcre_scanner.cc129 return re.DoMatch(input_, RE::ANCHOR_START, &consumed, 0, 0); in LookingAt()
Dpcrecpp.h640 bool DoMatch(const StringPiece& text,
Dpcrecpp.cc600 bool RE::DoMatch(const StringPiece& text, in DoMatch() function in pcrecpp::RE
/external/pcre/
Dpcrecpp.h640 bool DoMatch(const StringPiece& text,
/external/regex-re2/util/
Dpcre.h453 bool DoMatch(const StringPiece& text,
Dpcre.cc592 bool PCRE::DoMatch(const StringPiece& text, in DoMatch() function in re2::PCRE
/external/regex-re2/re2/testing/
Dtester.cc424 re_->DoMatch(text, in RunSearch()
/external/pcre/dist/doc/
Dpcre.txt9873 pcrecpp::RE::DoMatch. See pcrecpp.h for the signature for DoMatch.