Home
last modified time | relevance | path

Searched refs:set_all_options (Results 1 – 2 of 2) sorted by relevance

/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc733 options.set_all_options(PCRE2_CASELESS | PCRE2_DOTALL); in Test_all_options()
736 options.set_all_options(0); in Test_all_options()
738 options.set_all_options(PCRE2_MULTILINE | PCRE2_EXTENDED); in Test_all_options()
755 options.set_all_options(0); in Test_all_options()
/external/pcre/pcrecpp/include/
Dpcrecpp.h468 RE_Options &set_all_options(int opt) { in set_all_options() function