Home
last modified time | relevance | path

Searched refs:DoMatchImpl (Results 1 – 2 of 2) sorted by relevance

/external/pcre/pcrecpp/include/
Dpcrecpp.h563 return DoMatchImpl(text, ANCHOR_BOTH, NULL, args, Args<ARGS...>::count()); in FullMatch()
573 return DoMatchImpl(text, UNANCHORED, NULL, args, Args<ARGS...>::count()); in PartialMatch()
584 if (DoMatchImpl(*input, ANCHOR_START, &consumed, args, in Consume()
598 if (DoMatchImpl(*input, UNANCHORED, &consumed, args, in FindAndConsume()
679 bool DoMatchImpl(const StringPiece& text,
/external/pcre/pcrecpp/
Dpcrecpp.cc365 bool RE::DoMatchImpl(const StringPiece& text, in DoMatchImpl() function in pcrecpp::RE
413 bool retval = DoMatchImpl(text, anchor, consumed, args, n); in DoMatch()