Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc373 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n); in FullMatchN()
378 return re.DoMatch(text, UNANCHORED, NULL, args, n); in PartialMatchN()
384 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { in ConsumeN()
395 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) { in FindAndConsumeN()
881 bool RE2::DoMatch(const StringPiece& text, in GlobalReplace() function in re2::RE2
Dre2.h736 bool DoMatch(const StringPiece& text,
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h444 bool DoMatch(const StringPiece& text,
Dpcre.cc657 bool PCRE::DoMatch(const StringPiece& text, in DoMatch() function in re2::PCRE
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc463 re_->DoMatch(text, in RunSearch()