OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_ungreedy
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
pcrecpp.h
430
RE_Options &
set_ungreedy
(bool x) {
function in class:pcrecpp::RE_Options
pcrecpp_unittest.cc
728
options.
set_ungreedy
(true);
730
GetOneOptionResult("UNGREEDY 2", "('.*')", str, RE_Options().
set_ungreedy
(true), false, "'this'" );
733
options.
set_ungreedy
(false);
[
all
...]
Completed in 62 milliseconds