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

  /external/pcre/pcrecpp/include/
pcrecpp.h 206 // set_match_limit() and match_limit() member functions.
386 RE_Options &set_match_limit(int limit) { function in class:pcrecpp::RE_Options
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 457 options_ml.set_match_limit(8192);
464 options_ml.set_match_limit(1024);
    [all...]

Completed in 74 milliseconds