Searched refs:ord2utf (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/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 | 652 (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 D | pcre_compile.c | 4299 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() 8091 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
|
H A D | pcre_internal.h | 2747 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
|
H A D | pcre_exec.c | 3419 oclength = PRIV(ord2utf)(othercase, occhars); in match()
|
H A D | pcre_jit_compile.c | 3497 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
|
Completed in 140 milliseconds