Home
last modified time | relevance | path

Searched refs:TryMatch (Results 1 – 4 of 4) sorted by relevance

/external/pcre/pcrecpp/
Dpcrecpp.cc154 int matches = TryMatch(*str, 0, UNANCHORED, true, match_data); in Replace()
205 matches = TryMatch(*str, start, ANCHOR_START, false, match_data); in GlobalReplace()
233 matches = TryMatch(*str, start, UNANCHORED, true, match_data); in GlobalReplace()
261 int matches = TryMatch(text, 0, UNANCHORED, true, match_data); in Extract()
303 int RE::TryMatch(const StringPiece& text, in TryMatch() function in pcrecpp::RE
371 int matches = TryMatch(text, 0, anchor, true, match_data); in DoMatchImpl()
/external/regex-re2/util/
Dpcre.cc330 int matches = pattern.TryMatch(*str, 0, UNANCHORED, true, vec, kVecSize); in Replace()
366 matches = pattern.TryMatch(*str, start, ANCHOR_START, false, in GlobalReplace()
376 matches = pattern.TryMatch(*str, start, UNANCHORED, true, vec, kVecSize); in GlobalReplace()
405 int matches = pattern.TryMatch(text, 0, UNANCHORED, true, vec, kVecSize); in Extract()
457 int PCRE::TryMatch(const StringPiece& text, in TryMatch() function in re2::PCRE
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize); in DoMatchImpl()
Dpcre.h477 int TryMatch(const StringPiece& text,
/external/pcre/pcrecpp/include/
Dpcrecpp.h665 int TryMatch(const StringPiece& text,