Searched refs:re_option (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/util/ |
D | pcre.cc | 87 PCRE::PCRE(const string& pattern, const PCRE_Options& re_option) { in PCRE() argument 88 Init(pattern.c_str(), re_option.option(), re_option.match_limit(), in PCRE() 89 re_option.stack_limit(), re_option.report_errors()); in PCRE() 92 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) { in PCRE() argument 93 Init(pattern, re_option.option(), re_option.match_limit(), in PCRE() 94 re_option.stack_limit(), re_option.report_errors()); in PCRE()
|
D | pcre.h | 227 PCRE(const char *pattern, const PCRE_Options& re_option); 228 PCRE(const string& pattern, const PCRE_Options& re_option);
|