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

/external/pcre/dist/
H A Dpcrecpp.h157 // options.set_utf8();
437 RE_Options &set_utf8(bool x) { function in class:pcrecpp::RE_Options
466 return RE_Options().set_utf8(true);
H A Dpcrecpp_unittest.cc336 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));
/external/chromium_org/third_party/re2/re2/testing/
H A Dfiltered_re2_test.cc47 v.opts.set_utf8(false);
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc47 v.opts.set_utf8(false);
/external/chromium_org/third_party/re2/re2/
H A Dre2.h573 void set_utf8(bool b) { function in class:re2::RE2::Options
/external/regex-re2/re2/
H A Dre2.h585 void set_utf8(bool b) { function in class:re2::RE2::Options

Completed in 193 milliseconds