HomeSort by relevance Sort by last modified time
    Searched refs:PCRE_Options (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/util/
pcre.h 191 class PCRE_Options;
227 PCRE(const char *pattern, const PCRE_Options& re_option);
228 PCRE(const string& pattern, const PCRE_Options& re_option);
516 // PCRE_Options allow you to set the PCRE::Options, plus any pcre
528 class PCRE_Options {
531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}
pcre.cc 87 PCRE::PCRE(const string& pattern, const PCRE_Options& re_option) {
92 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) {
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 252 PCRE_Options o;

Completed in 690 milliseconds