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

  /external/pcre/pcrecpp/include/
pcrecpp.h 429 RE_Options &set_dotall(bool x) { function in class:pcrecpp::RE_Options
498 return RE_Options().set_dotall(true);
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 649 options.set_dotall(true);
651 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true);
653 options.set_dotall(false);
776 options.set_dotall(true);
    [all...]

Completed in 56 milliseconds