Home
last modified time | relevance | path

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

/external/pcre/pcrecpp/
Dpcrecpp.cc62 re_partial_ = NULL; in Init()
64 re_partial_ = Compile(UNANCHORED); in Init()
65 if (re_partial_ != NULL) { in Init()
72 if (re_partial_ != NULL) pcre2_code_free(re_partial_); in Cleanup()
311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
454 if (re_partial_ == NULL) return -1; in NumberOfCapturingGroups()
457 int pcre_retval = pcre2_pattern_info(re_partial_, PCRE2_INFO_CAPTURECOUNT, in NumberOfCapturingGroups()
/external/regex-re2/util/
Dpcre.cc61 re_partial_ = NULL; in Init()
68 re_partial_ = Compile(UNANCHORED); in Init()
69 if (re_partial_ != NULL) { in Init()
99 if (re_partial_ != NULL) pcre_free(re_partial_); in ~PCRE()
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
682 if (re_partial_ == NULL) return -1; in NumberOfCapturingGroups()
685 CHECK(pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
Dpcre.h507 pcre* re_partial_; // For partial matches variable
/external/pcre/pcrecpp/include/
Dpcrecpp.h691 pcre2_code* re_partial_; // For partial matches variable