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

  /external/pcre/dist/
pcrecpp_unittest.cc 728 options.set_ungreedy(true);
730 GetOneOptionResult("UNGREEDY 2", "('.*')", str, RE_Options().set_ungreedy(true), false, "'this'" );
733 options.set_ungreedy(false);
    [all...]
pcrecpp.h 430 RE_Options &set_ungreedy(bool x) { function in class:pcrecpp::RE_Options

Completed in 3512 milliseconds