Searched refs:ord2utf (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/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_substitute.c | 682 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute() 784 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
|
D | pcre2_study.c | 755 (void)PRIV(ord2utf)(c, buff); in set_table_bit() 805 (void)PRIV(ord2utf)(c, buff); in set_type_bits() 997 (void)PRIV(ord2utf)(c, buff); in set_start_bits()
|
D | pcre2_intmodedep.h | 353 PRIV(ord2utf)(c,p) : (*p = c, 1)) 459 PRIV(ord2utf)(c,p) : (*p = c, 1))
|
D | pcre2_compile.c | 2886 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class() 2887 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class() 2892 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class() 3133 x = PRIV(ord2utf)(x, cbuff); in process_verb_name() 5011 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata); in compile_branch() 5012 class_uchardata += PRIV(ord2utf)(MAX_UTF_CODE_POINT, class_uchardata); in compile_branch()
|
D | pcre2_match.c | 3528 oclength = PRIV(ord2utf)(othercase, occhars); in match()
|
D | pcre2_jit_compile.c | 3827 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
|