Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
H A Dpcre_study.c652 (void)PRIV(ord2utf)(c, buff); in set_table_bit()
735 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
940 (void)PRIV(ord2utf)(c, buff); in set_start_bits()
H A Dpcre_compile.c4299 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
4300 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4305 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
5066 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
5067 class_uchardata += PRIV(ord2utf)(0x10ffff, class_uchardata); in compile_branch()
5455 code += PRIV(ord2utf)(c, code); in compile_branch()
5471 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8086 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
H A Dpcre_internal.h2747 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
H A Dpcre_exec.c3419 oclength = PRIV(ord2utf)(othercase, occhars); in match()
H A Dpcre_jit_compile.c3497 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()

Completed in 93 milliseconds