Searched refs:DoMatch (Results 1 – 10 of 10) sorted by relevance
/external/regex-re2/re2/ |
D | re2.cc | 300 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
|
D | re2.h | 696 bool DoMatch(const StringPiece& text,
|
/external/pcre/dist/ |
D | pcre_scanner.cc | 129 return re.DoMatch(input_, RE::ANCHOR_START, &consumed, 0, 0); in LookingAt()
|
D | pcrecpp.h | 640 bool DoMatch(const StringPiece& text,
|
D | pcrecpp.cc | 600 bool RE::DoMatch(const StringPiece& text, in DoMatch() function in pcrecpp::RE
|
/external/pcre/ |
D | pcrecpp.h | 640 bool DoMatch(const StringPiece& text,
|
/external/regex-re2/util/ |
D | pcre.h | 453 bool DoMatch(const StringPiece& text,
|
D | pcre.cc | 592 bool PCRE::DoMatch(const StringPiece& text, in DoMatch() function in re2::PCRE
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 424 re_->DoMatch(text, in RunSearch()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 9873 pcrecpp::RE::DoMatch. See pcrecpp.h for the signature for DoMatch.
|