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

  /external/chromium_org/third_party/re2/util/
pcre.cc 66 re_partial_ = NULL;
73 re_partial_ = Compile(UNANCHORED);
74 if (re_partial_ != NULL) {
104 if (re_partial_ != NULL) pcre_free(re_partial_);
468 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
687 if (re_partial_ == NULL) return -1;
690 CHECK(pcre_fullinfo(re_partial_, // The regular expression object
    [all...]
pcre.h 513 pcre* re_partial_; // For partial matches member in class:re2::PCRE

Completed in 1474 milliseconds