HomeSort by relevance Sort by last modified time
    Searched refs:re_partial_ (Results 1 - 6 of 6) 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
  /external/pcre/dist/
pcrecpp.cc 92 re_partial_ = NULL;
94 re_partial_ = Compile(UNANCHORED);
95 if (re_partial_ != NULL) {
102 if (re_partial_ != NULL) (*pcre_free)(re_partial_);
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
649 if (re_partial_ == NULL) return -1;
652 int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object
pcrecpp.h 704 pcre* re_partial_; // For partial matches member in class:pcrecpp::RE
  /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 377 milliseconds