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

  /external/pcre/
pcrecpp.cc 90 re_full_ = NULL;
95 re_full_ = Compile(ANCHOR_BOTH);
100 if (re_full_ != NULL) (*pcre_free)(re_full_);
509 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
pcrecpp.h 703 pcre* re_full_; // For full matches member in class:pcrecpp::RE

Completed in 280 milliseconds