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

  /external/regex-re2/util/
pcre.cc 61 re_partial_ = NULL;
68 re_partial_ = Compile(UNANCHORED);
69 if (re_partial_ != NULL) {
99 if (re_partial_ != NULL) pcre_free(re_partial_);
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
682 if (re_partial_ == NULL) return -1;
685 CHECK(pcre_fullinfo(re_partial_, // The regular expression object
    [all...]
pcre.h 507 pcre* re_partial_; // For partial matches member in class:re2::PCRE

Completed in 186 milliseconds