Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c167 utf = (re->options & PCRE_UTF16) != 0; in pcre_pattern_to_host_byte_order()
Dpcre_jit_test.c1195 disabled_flags |= PCRE_UTF8 | PCRE_UTF16 | PCRE_UTF32; in regression_tests()
1249 if ((current->flags & PCRE_UTF16) || (current->start_offset & F_FORCECONV)) in regression_tests()
1365 if ((current->flags & PCRE_UTF16) || (current->start_offset & F_FORCECONV)) in regression_tests()
Dpcre.h.in139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */ macro
Dpcre.h.generic139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */
Dpcre_compile.c4272 if ((options & PCRE_UTF16) == 0) in add_to_class()
9096 { skipatstart += 8; options |= PCRE_UTF16; continue; } in pcre_compile2()
Dpcretest.c2502 BOOL utf = (re->options & PCRE_UTF16) != 0; in regexflip8_or_16()
/external/pcre/
Dpcre.h139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */ macro
/external/pcre/dist/doc/
Dpcretest.txt361 /8 PCRE_UTF16 ) when using the 16-bit
Dpcre.txt425 There are two new general option names, PCRE_UTF16 and
440 In 16-bit mode, when PCRE_UTF16 is not set, character values are
978 have have to set the PCRE_UTF8, PCRE_UTF16 or PCRE_UTF32 option (as
4784 function with the PCRE_UTF8, PCRE_UTF16, or PCRE_UTF32 option, or the
6034 erty modes; they are equivalent to setting the PCRE_UTF8, PCRE_UTF16,
7946 (*UTF16) set UTF-16 mode: 16-bit library (PCRE_UTF16)
8111 pcre16_compile() or pcre32_compile() with the PCRE_UTF16 or PCRE_UTF32
8188 When you set the PCRE_UTF16 flag, the strings of 16-bit data units that