OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_extended
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
pcrecpp.h
252
// .
set_extended
(true)
409
RE_Options &
set_extended
(bool x) {
function in class:pcrecpp::RE_Options
481
return RE_Options().
set_extended
(true);
pcrecpp_unittest.cc
681
options.
set_extended
(true);
683
TestOneOption("EXTENDED (class2)", "HELLO world", str, options2.
set_extended
(true), false, false);
701
options.
set_extended
(false);
760
.
set_extended
(true),
[
all
...]
Completed in 232 milliseconds