HomeSort by relevance Sort by last modified time
    Searched refs:DoMatchImpl (Results 1 - 2 of 2) sorted by null

  /external/pcre/
pcrecpp.cc 190 return DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
232 return DoMatchImpl(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
274 if (DoMatchImpl(*input, ANCHOR_START, &consumed,
322 if (DoMatchImpl(*input, UNANCHORED, &consumed,
558 bool RE::DoMatchImpl(const StringPiece& text,
608 bool retval = DoMatchImpl(text, anchor, consumed, args, n, vec, (int)vecsize);
pcrecpp.h 690 bool DoMatchImpl(const StringPiece& text,

Completed in 59 milliseconds