Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
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
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()
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()
Dpcre2_intmodedep.h358 PRIV(ord2utf)(c,p) : (*p = c, 1))
464 PRIV(ord2utf)(c,p) : (*p = c, 1))
Dpcre2_compile.c5004 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal()
5005 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class_internal()
5010 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class_internal()
6070 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch()
6071 class_uchardata += PRIV(ord2utf)(MAX_UTF_CODE_POINT, class_uchardata); in compile_branch()
6205 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
7890 if (utf) mclength = PRIV(ord2utf)(meta, mcbuffer); else in compile_branch()
Dpcre2_match.c1227 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
Dpcre2_jit_compile.c5786 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
/third_party/glib/glib/pcre/
Dpcre_compile.c4102 class_uchardata += PRIV(ord2utf)(0x1680, class_uchardata); in compile_branch()
4104 class_uchardata += PRIV(ord2utf)(0x180e, class_uchardata); in compile_branch()
4106 class_uchardata += PRIV(ord2utf)(0x2000, class_uchardata); in compile_branch()
4107 class_uchardata += PRIV(ord2utf)(0x200a, class_uchardata); in compile_branch()
4109 class_uchardata += PRIV(ord2utf)(0x202f, class_uchardata); in compile_branch()
4111 class_uchardata += PRIV(ord2utf)(0x205f, class_uchardata); in compile_branch()
4113 class_uchardata += PRIV(ord2utf)(0x3000, class_uchardata); in compile_branch()
4155 class_uchardata += PRIV(ord2utf)(0x10ffff, class_uchardata); in compile_branch()
4164 class_uchardata += PRIV(ord2utf)(0x0100, class_uchardata); in compile_branch()
4165 class_uchardata += PRIV(ord2utf)(0x167f, class_uchardata); in compile_branch()
[all …]
Dpcre_ord2utf8.c64 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
Dpcre_study.c562 (void)PRIV(ord2utf)(c, buff); in set_table_bit()
641 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
Dpcre_internal.h2297 extern int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
Dpcre_exec.c3325 oclength = PRIV(ord2utf)(othercase, occhars); in match()