OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_dotall
(Results
1 - 3
of
3
) sorted by null
/system/core/crash_reporter/
kernel_collector.cc
102
pcrecpp::RE_Options().set_multiline(true).
set_dotall
(true));
224
.
set_dotall
(true));
232
.
set_dotall
(true));
/external/pcre/dist/
pcrecpp.h
402
RE_Options &
set_dotall
(bool x) {
function in class:pcrecpp::RE_Options
477
return RE_Options().
set_dotall
(true);
pcrecpp_unittest.cc
646
options.
set_dotall
(true);
648
TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.
set_dotall
(true), true);
650
options.
set_dotall
(false);
785
options.
set_dotall
(true);
[
all
...]
Completed in 72 milliseconds