Searched refs:ord2utf (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/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 | 781 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 883 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
|
H A D | pcre2_intmodedep.h | 358 PRIV(ord2utf)(c,p) : (*p = c, 1)) 464 PRIV(ord2utf)(c,p) : (*p = c, 1))
|
H A D | pcre2_study.c | 824 (void)PRIV(ord2utf)(c, buff); in set_table_bit() 878 (void)PRIV(ord2utf)(c, buff); in set_type_bits() 1090 (void)PRIV(ord2utf)(c, buff); in set_start_bits()
|
H A D | pcre2_compile.c | 4982 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal() 4983 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class_internal() 4988 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal() 6048 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch() 6049 class_uchardata += PRIV(ord2utf)(MAX_UTF_CODE_POINT, class_uchardata); in compile_branch() 6183 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch() 7858 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
|
H A D | pcre2_match.c | 1225 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
|
H A D | pcre2_jit_compile.c | 5713 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
|
Completed in 92 milliseconds