Home | History | Annotate | Download | only in pcre

Lines Matching refs:utf8

147 // The UTF8 flag, passed to the constructor, causes both pattern
151 // may depend on the UTF8 flag, so always use it when matching
152 // UTF8 text. E.g., "." will match one byte normally but with UTF8
161 // Example: using the convenience function UTF8():
162 // pcrecpp::RE re(utf8_pattern, pcrecpp::UTF8());
165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
166 // --enable-utf8 flag.
186 // PCRE_UTF8 handles UTF8 chars built-in
240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
434 bool utf8() const {
465 static inline RE_Options UTF8() {