OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_utf8
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
filtered_re2_test.cc
47
v.opts.
set_utf8
(false);
/external/regex-re2/re2/testing/
filtered_re2_test.cc
47
v.opts.
set_utf8
(false);
/external/pcre/dist/
pcrecpp.h
157
// options.
set_utf8
();
437
RE_Options &
set_utf8
(bool x) {
function in class:pcrecpp::RE_Options
466
return RE_Options().
set_utf8
(true);
pcrecpp_unittest.cc
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));
[
all
...]
/external/pcre/dist/doc/
pcrecpp.3
149
options.
set_utf8
();
/external/pcre/dist/doc/html/
pcrecpp.html
168
options.
set_utf8
();
/external/chromium_org/third_party/re2/re2/
re2.h
573
void
set_utf8
(bool b) {
function in class:re2::RE2::Options
[
all
...]
/external/regex-re2/re2/
re2.h
585
void
set_utf8
(bool b) {
function in class:re2::RE2::Options
[
all
...]
Completed in 475 milliseconds