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

  /external/pcre/
pcrecpp_unittest.cc 645 options.set_dotall(true);
647 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true);
649 options.set_dotall(false);
784 options.set_dotall(true);
    [all...]
pcrecpp.h 402 RE_Options &set_dotall(bool x) { function in class:pcrecpp::RE_Options
477 return RE_Options().set_dotall(true);

Completed in 32 milliseconds