Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre.h140 #define PCRE_UTF32 0x00000800 /* C4 ) */ macro
H A Dpcre_compile.c8974 { skipatstart += 8; options |= PCRE_UTF32; continue; } in pcre_compile2()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt745 There are two new general option names, PCRE_UTF32 and
760 In 32-bit mode, when PCRE_UTF32 is not set, character values are
967 have have to set the PCRE_UTF8, PCRE_UTF16 or PCRE_UTF32 option (as
4773 function with the PCRE_UTF8, PCRE_UTF16, or PCRE_UTF32 option, or the
6011 PCRE_UTF32 and the PCRE_UCP options, respectively. The (*UTF) sequence
7923 (*UTF32) set UTF-32 mode: 32-bit library (PCRE_UTF32)
8087 pcre16_compile() or pcre32_compile() with the PCRE_UTF16 or PCRE_UTF32
8187 When you set the PCRE_UTF32 flag, the strings of 32-bit data units that

Completed in 43 milliseconds