Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_ord2utf.c59 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 Dpcre2_intmodedep.h358 PRIV(ord2utf)(c,p) : (*p = c, 1))
464 PRIV(ord2utf)(c,p) : (*p = c, 1))
H A Dpcre2_substitute.c803 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
905 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
H A Dpcre2_study.c824 (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 Dpcre2_compile.c5091 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal()
5092 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class_internal()
5097 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal()
6159 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
6160 class_uchardata += PRIV(ord2utf)(MAX_UTF_CODE_POINT, class_uchardata); in compile_branch()
6294 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
7985 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
H A Dpcre2_match.c1242 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
H A Dpcre2_jit_compile.c5791 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()

Completed in 80 milliseconds