HomeSort by relevance Sort by last modified time
    Searched refs:set_dotall (Results 1 - 2 of 2) sorted by null

  /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 161 milliseconds