Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h140 #define PCRE_UTF32 0x00000800 /* C4 ) */ macro
H A Dpcre_compile.c9100 { skipatstart += 8; options |= PCRE_UTF32; continue; } in pcre_compile2()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt756 There are two new general option names, PCRE_UTF32 and
771 In 32-bit mode, when PCRE_UTF32 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
6035 PCRE_UTF32 and the PCRE_UCP options, respectively. The (*UTF) sequence
7947 (*UTF32) set UTF-32 mode: 32-bit library (PCRE_UTF32)
8111 pcre16_compile() or pcre32_compile() with the PCRE_UTF16 or PCRE_UTF32
8211 When you set the PCRE_UTF32 flag, the strings of 32-bit data units that

Completed in 199 milliseconds