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

  /external/pcre/pcrecpp/include/
pcrecpp.h 468 RE_Options &set_all_options(int opt) { function in class:pcrecpp::RE_Options
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 733 options.set_all_options(PCRE2_CASELESS | PCRE2_DOTALL);
736 options.set_all_options(0);
738 options.set_all_options(PCRE2_MULTILINE | PCRE2_EXTENDED);
755 options.set_all_options(0);
    [all...]

Completed in 65 milliseconds