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

  /external/regex-re2/util/
pcre.h 464 int stack_limit, bool report_errors);
547 // iff report_errors() is true. Default: true.
548 bool report_errors() const { return report_errors_; } function in class:re2::PCRE_Options
549 void set_report_errors(bool report_errors) {
550 report_errors_ = report_errors;
pcre.cc 52 int stack_limit, bool report_errors) {
59 report_errors_ = report_errors;
89 re_option.stack_limit(), re_option.report_errors());
94 re_option.stack_limit(), re_option.report_errors());
    [all...]

Completed in 1709 milliseconds