Searched refs:PCRE_UTF16 (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre.h | 139 #define PCRE_UTF16 0x00000800 /* C4 ) Synonyms */ macro
|
H A D | pcre_compile.c | 4272 if ((options & PCRE_UTF16) == 0) in add_to_class() 9101 { skipatstart += 8; options |= PCRE_UTF16; continue; } in pcre_compile2()
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A 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
|
Completed in 50 milliseconds