Searched refs:ord2utf (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
|
H A D | pcre_study.c | 568 (void)PRIV(ord2utf)(c, buff); in set_table_bit() 651 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
|
H A D | pcre_compile.c | 3542 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class() 3543 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class() 3548 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class() 4580 code += PRIV(ord2utf)(c, code); in compile_branch() 4596 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch() 6941 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
|
H A D | pcre_internal.h | 2691 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
|
H A D | pcre_exec.c | 3318 oclength = PRIV(ord2utf)(othercase, occhars); in match()
|
Completed in 88 milliseconds