Home
last modified time | relevance | path

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

/external/pcre/dist2/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_substitute.c682 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
784 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
Dpcre2_study.c755 (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()
Dpcre2_intmodedep.h353 PRIV(ord2utf)(c,p) : (*p = c, 1))
459 PRIV(ord2utf)(c,p) : (*p = c, 1))
Dpcre2_compile.c2886 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()
Dpcre2_match.c3528 oclength = PRIV(ord2utf)(othercase, occhars); in match()
Dpcre2_jit_compile.c3827 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()