Home | History | Annotate | Download | only in dist

Lines Matching refs:set_utf8

336     RE re(t->regexp, RE_Options(PCRE_NEWLINE_CRLF).set_utf8(support_utf8));
349 RE re("b*", RE_Options(PCRE_NEWLINE_CR).set_utf8(support_utf8));
356 RE re("b*", RE_Options(PCRE_NEWLINE_LF).set_utf8(support_utf8));