Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/include/
Dpcrecpp.h573 return DoMatchImpl(text, UNANCHORED, NULL, args, Args<ARGS...>::count()); in PartialMatch()
598 if (DoMatchImpl(*input, UNANCHORED, &consumed, args, in FindAndConsume()
633 UNANCHORED, // No anchoring enumerator
/external/pcre/pcrecpp/
Dpcrecpp.cc64 re_partial_ = Compile(UNANCHORED); in Init()
154 int matches = TryMatch(*str, 0, UNANCHORED, true, match_data); in Replace()
233 matches = TryMatch(*str, start, UNANCHORED, true, match_data); in GlobalReplace()
261 int matches = TryMatch(text, 0, UNANCHORED, true, match_data); in Extract()
341 if (anchor != UNANCHORED) in TryMatch()