Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcrecpp.cc61 re_full_ = NULL; in Init()
66 re_full_ = Compile(ANCHOR_BOTH); in Init()
71 if (re_full_ != NULL) pcre2_code_free(re_full_); in Cleanup()
311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
/external/regex-re2/util/
Dpcre.cc60 re_full_ = NULL; in Init()
70 re_full_ = Compile(ANCHOR_BOTH); in Init()
98 if (re_full_ != NULL) pcre_free(re_full_); in ~PCRE()
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
Dpcre.h506 pcre* re_full_; // For full matches variable
/external/pcre/pcrecpp/include/
Dpcrecpp.h690 pcre2_code* re_full_; // For full matches variable