Searched refs:set_extended (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp.h252 // .set_extended(true)
409 RE_Options &set_extended(bool x) { function in class:pcrecpp::RE_Options
481 return RE_Options().set_extended(true);
H A Dpcrecpp_unittest.cc681 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),
/external/pcre/
H A Dpcrecpp.h252 // .set_extended(true)
409 RE_Options &set_extended(bool x) { function in class:pcrecpp::RE_Options
481 return RE_Options().set_extended(true);

Completed in 110 milliseconds