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

/external/pcre/dist/
H A Dpcrecpp_unittest.cc468 RE_Options options_mlr; local
469 options_mlr.set_match_limit_recursion(50);
470 RE re3("(\\w+)*b", options_mlr);
476 options_mlr.set_match_limit_recursion(10);
477 RE re4("(\\w+)*b", options_mlr);

Completed in 84 milliseconds