Searched refs:ord2utf (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist/ |
D | pcre32_ord2utf32.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
|
D | pcre16_ord2utf16.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
|
D | pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) in PRIV() argument
|
D | pcre_study.c | 610 (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()
|
D | pcre_compile.c | 4229 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()
|
D | pcre_internal.h | 2726 extern unsigned int PRIV(ord2utf)(pcre_uint32, pcre_uchar *);
|
D | pcre_exec.c | 3412 oclength = PRIV(ord2utf)(othercase, occhars); in match()
|
D | pcre_jit_compile.c | 3441 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len) in scan_prefix()
|