Home
last modified time | relevance | path

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

/PHP-7.4/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.c781 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 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.c4982 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 Dpcre2_match.c1225 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
H A Dpcre2_jit_compile.c5713 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()

Completed in 94 milliseconds