Home | Sort by relevance Sort by last modified time |
/external/pcre/dist/ | |
pcrecpp.h | 206 // set_match_limit() and match_limit() member functions. 374 RE_Options &set_match_limit(int limit) { function in class:pcrecpp::RE_Options |
pcrecpp_unittest.cc | 454 options_ml.set_match_limit(8192); 461 options_ml.set_match_limit(1024); [all...] |
/external/chromium_org/third_party/re2/util/ | |
pcre.h | 544 void set_match_limit(int match_limit) { function in class:re2::PCRE_Options |
/external/regex-re2/util/ | |
pcre.h | 538 void set_match_limit(int match_limit) { function in class:re2::PCRE_Options |