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

  /external/pcre/pcrecpp/include/
pcrecpp.h 450 RE_Options &set_ungreedy(bool x) { function in class:pcrecpp::RE_Options
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 720 options.set_ungreedy(true);
722 GetOneOptionResult("UNGREEDY 2", "('.*')", str, RE_Options().set_ungreedy(true), false, "'this'" );
725 options.set_ungreedy(false);
    [all...]

Completed in 469 milliseconds