TryMatch          318 pcre/pcrecpp.cc   int matches = TryMatch(*str, 0, UNANCHORED, vec, kVecSize);
TryMatch          365 pcre/pcrecpp.cc     int matches = TryMatch(*str, start, UNANCHORED, vec, kVecSize);
TryMatch          417 pcre/pcrecpp.cc   int matches = TryMatch(text, 0, UNANCHORED, vec, kVecSize);
TryMatch          509 pcre/pcrecpp.cc   int matches = TryMatch(text, 0, anchor, vec, vecsize);