Home
last modified time | relevance | path

Searched refs:TryMatch (Results 1 – 2 of 2) 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/pcre/pcrecpp/include/
Dpcrecpp.h665 int TryMatch(const StringPiece& text,