Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre32_ord2utf32.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
Dpcre16_ord2utf16.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
Dpcre_study.c610 (void)PRIV(ord2utf)(c, buff); in set_table_bit()
693 (void)PRIV(ord2utf)(c, buff); in set_type_bits()
898 (void)PRIV(ord2utf)(c, buff); in set_start_bits()
Dpcre_compile.c4229 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
4230 uchardata += PRIV(ord2utf)(end, uchardata); in add_to_class()
4235 uchardata += PRIV(ord2utf)(start, uchardata); in add_to_class()
5360 code += PRIV(ord2utf)(c, code); in compile_branch()
5376 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
7879 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
Dpcre_internal.h2726 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
Dpcre_exec.c3412 oclength = PRIV(ord2utf)(othercase, occhars); in match()
Dpcre_jit_compile.c3441 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()