Searched refs:support_utf8 (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp_unittest.cc330 const bool support_utf8 = true; local
332 const bool support_utf8 = false; local
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));

Completed in 67 milliseconds