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

  /external/chromium_org/third_party/re2/util/
pcre.cc 65 re_full_ = NULL;
75 re_full_ = Compile(ANCHOR_BOTH);
103 if (re_full_ != NULL) pcre_free(re_full_);
468 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
    [all...]
pcre.h 512 pcre* re_full_; // For full matches member in class:re2::PCRE
  /external/pcre/dist/
pcrecpp.cc 91 re_full_ = NULL;
96 re_full_ = Compile(ANCHOR_BOTH);
101 if (re_full_ != NULL) (*pcre_free)(re_full_);
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
pcrecpp.h 703 pcre* re_full_; // For full matches member in class:pcrecpp::RE
  /external/regex-re2/util/
pcre.cc 60 re_full_ = NULL;
70 re_full_ = Compile(ANCHOR_BOTH);
98 if (re_full_ != NULL) pcre_free(re_full_);
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
    [all...]
pcre.h 506 pcre* re_full_; // For full matches member in class:re2::PCRE

Completed in 229 milliseconds