OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_all_options
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
pcrecpp_unittest.cc
741
options.
set_all_options
(PCRE_CASELESS | PCRE_DOTALL);
744
options.
set_all_options
(0);
746
options.
set_all_options
(PCRE_MULTILINE | PCRE_EXTENDED);
763
options.
set_all_options
(0);
[
all
...]
pcrecpp.h
448
RE_Options &
set_all_options
(int opt) {
function in class:pcrecpp::RE_Options
Completed in 231 milliseconds