Home
last modified time | relevance | path

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

/external/pcre/
Dpcrecpp_unittest.cc740 options.set_all_options(PCRE_CASELESS | PCRE_DOTALL); in Test_all_options()
743 options.set_all_options(0); in Test_all_options()
745 options.set_all_options(PCRE_MULTILINE | PCRE_EXTENDED); in Test_all_options()
762 options.set_all_options(0); in Test_all_options()
Dpcrecpp.h448 RE_Options &set_all_options(int opt) { in set_all_options() function