Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_ord2utf8.c66 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
H A Dpcre_study.c650 (void)PRIV(ord2utf)(c, buff); in set_table_bit()
733 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
938 (void)PRIV(ord2utf)(c, buff); in set_start_bits()
H A Dpcre_compile.c4297 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
4298 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4303 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
5064 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
5065 class_uchardata += PRIV(ord2utf)(0x10ffff, class_uchardata); in compile_branch()
5453 code += PRIV(ord2utf)(c, code); in compile_branch()
5469 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
8089 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
H A Dpcre_internal.h2743 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
H A Dpcre_exec.c3417 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 83 milliseconds