Home
last modified time | relevance | path

Searched refs:set_utf8 (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist/
Dpcrecpp.h437 RE_Options &set_utf8(bool x) { in set_utf8() function
466 return RE_Options().set_utf8(true); in UTF8()
Dpcrecpp_unittest.cc336 RE re(t->regexp, RE_Options(PCRE_NEWLINE_CRLF).set_utf8(support_utf8)); in TestReplace()
349 RE re("b*", RE_Options(PCRE_NEWLINE_CR).set_utf8(support_utf8)); in TestReplace()
356 RE re("b*", RE_Options(PCRE_NEWLINE_LF).set_utf8(support_utf8)); in TestReplace()
/external/regex-re2/re2/testing/
Dfiltered_re2_test.cc47 v.opts.set_utf8(false); in TEST()
/external/regex-re2/re2/
Dre2.h585 void set_utf8(bool b) { in set_utf8() function
/external/pcre/dist/doc/
Dpcre.txt9900 options.set_utf8();