Searched refs:options_ml (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp_unittest.cc453 RE_Options options_ml; local
454 options_ml.set_match_limit(8192);
455 RE re("(\\w+)*b", options_ml);
461 options_ml.set_match_limit(1024);
462 RE re2("(\\w+)*b", options_ml);

Completed in 94 milliseconds