Lines Matching defs:pattern
104 void PCRE::Init(const char* pattern, Option options, int match_limit, in Init()
128 PCRE::PCRE(const char* pattern) { in PCRE()
131 PCRE::PCRE(const char* pattern, Option option) { in PCRE()
134 PCRE::PCRE(const string& pattern) { in PCRE()
137 PCRE::PCRE(const string& pattern, Option option) { in PCRE()
140 PCRE::PCRE(const string& pattern, const PCRE_Options& re_option) { in PCRE()
145 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) { in PCRE()
282 const PCRE& pattern, in operator ()()
331 const PCRE& pattern, in operator ()()
380 const PCRE& pattern, in Replace()
398 const PCRE& pattern, in GlobalReplace()
456 const PCRE& pattern, in Extract()