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

/external/pcre/dist/
H A Dpcre32_ord2utf32.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) function
H A Dpcre16_ord2utf16.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) function
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) function
H A Dpcre_study.c610 (void)PRIV(ord2utf)(c, buff);
693 (void)PRIV(ord2utf)(c, buff);
898 (void)PRIV(ord2utf)(c, buff);
H A Dpcre_compile.c4229 uchardata += PRIV(ord2utf)(start, uchardata);
4230 uchardata += PRIV(ord2utf)(end, uchardata);
4235 uchardata += PRIV(ord2utf)(start, uchardata);
5360 code += PRIV(ord2utf)(c, code);
5376 mclength = PRIV(ord2utf)(c, mcbuffer);
7879 mclength = PRIV(ord2utf)(c, mcbuffer);
H A Dpcre_exec.c3412 oclength = PRIV(ord2utf)(othercase, occhars);
H A Dpcre_jit_compile.c3441 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len)

Completed in 1113 milliseconds