Home
last modified time | relevance | path

Searched refs:ord2utf (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
H A Dpcre_study.c568 (void)PRIV(ord2utf)(c, buff); in set_table_bit()
651 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
H A Dpcre_compile.c3542 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 Dpcre_internal.h2691 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
H A Dpcre_exec.c3318 oclength = PRIV(ord2utf)(othercase, occhars); in match()

Completed in 88 milliseconds