HomeSort by relevance Sort by last modified time
    Searched refs:re_full_ (Results 1 - 2 of 2) sorted by null

  /external/pcre/pcrecpp/
pcrecpp.cc 61 re_full_ = NULL;
66 re_full_ = Compile(ANCHOR_BOTH);
71 if (re_full_ != NULL) pcre2_code_free(re_full_);
311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
  /external/pcre/pcrecpp/include/
pcrecpp.h 690 pcre2_code* re_full_; // For full matches member in class:pcrecpp::RE

Completed in 1311 milliseconds