Searched refs:ord2utf (Results 1 – 12 of 12) sorted by relevance
/third_party/pcre2/pcre2/src/ |
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
|
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()
|
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()
|
D | pcre2_intmodedep.h | 358 PRIV(ord2utf)(c,p) : (*p = c, 1)) 464 PRIV(ord2utf)(c,p) : (*p = c, 1))
|
D | pcre2_compile.c | 5004 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()
|
D | pcre2_match.c | 1227 Loclength = PRIV(ord2utf)(othercase, Foccu); in match()
|
D | pcre2_jit_compile.c | 5786 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
|
/third_party/glib/glib/pcre/ |
D | pcre_compile.c | 4102 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 …]
|
D | pcre_ord2utf8.c | 64 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
|
D | pcre_study.c | 562 (void)PRIV(ord2utf)(c, buff); in set_table_bit() 641 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
|
D | pcre_internal.h | 2297 extern int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
|
D | pcre_exec.c | 3325 oclength = PRIV(ord2utf)(othercase, occhars); in match()
|