Searched refs:ord2utf (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_ord2utf.c | 59 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV() argument 81 PRIV(ord2utf)(uint32_t cvalue, PCRE2_UCHAR *buffer) in PRIV() argument
|
H A D | pcre2_substitute.c | 712 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 814 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
|
H A D | pcre2_study.c | 796 (void)PRIV(ord2utf)(c, buff); in set_table_bit() 848 (void)PRIV(ord2utf)(c, buff); in set_type_bits() 1047 (void)PRIV(ord2utf)(c, buff); in set_start_bits()
|
H A D | pcre2_intmodedep.h | 359 PRIV(ord2utf)(c,p) : (*p = c, 1)) 465 PRIV(ord2utf)(c,p) : (*p = c, 1))
|
H A D | pcre2_compile.c | 4613 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal() 4614 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class_internal() 4619 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal() 5638 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch() 5639 class_uchardata += PRIV(ord2utf)(MAX_UTF_CODE_POINT, class_uchardata); in compile_branch() 5767 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch() 7418 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
|
H A D | pcre2_match.c | 1156 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
|
H A D | pcre2_jit_compile.c | 4221 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
|
Completed in 108 milliseconds