DoMatchImpl       174 pcre/pcrecpp.cc   return DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
DoMatchImpl       216 pcre/pcrecpp.cc   return DoMatchImpl(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
DoMatchImpl       258 pcre/pcrecpp.cc   if (DoMatchImpl(*input, ANCHOR_START, &consumed,
DoMatchImpl       306 pcre/pcrecpp.cc   if (DoMatchImpl(*input, UNANCHORED, &consumed,
DoMatchImpl       551 pcre/pcrecpp.cc   bool retval = DoMatchImpl(text, anchor, consumed, args, n, vec, vecsize);