Home
last modified time | relevance | path

Searched refs:PCRE_UTF16 (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre_byte_order.c152 utf = (re->options & PCRE_UTF16) != 0; in pcre_pattern_to_host_byte_order()
Dpcre.h121 #define PCRE_UTF16 0x00000800 /* Compile (same as PCRE_UTF8) */ macro
Dpcre_compile.c7718 { skipatstart += 8; options |= PCRE_UTF16; continue; } in pcre_compile2()