Searched refs:PCRE_UTF16 (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | pcre_byte_order.c | 167 utf = (re->options & PCRE_UTF16) != 0; in pcre_pattern_to_host_byte_order()
|
D | pcre_jit_test.c | 1195 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()
|
D | pcre.h.in | 139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */ macro
|
D | pcre.h.generic | 139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */
|
D | pcre_compile.c | 4272 if ((options & PCRE_UTF16) == 0) in add_to_class() 9096 { skipatstart += 8; options |= PCRE_UTF16; continue; } in pcre_compile2()
|
D | pcretest.c | 2502 BOOL utf = (re->options & PCRE_UTF16) != 0; in regexflip8_or_16()
|
/external/pcre/ |
D | pcre.h | 139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */ macro
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 361 /8 PCRE_UTF16 ) when using the 16-bit
|
D | pcre.txt | 425 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
|