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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_ord2utf8.c68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) function
H A Dpcre_study.c652 (void)PRIV(ord2utf)(c, buff);
735 (void)PRIV(ord2utf)(c, buff);
940 (void)PRIV(ord2utf)(c, buff);
H A Dpcre_compile.c4302 uchardata += PRIV(ord2utf)(start, uchardata);
4303 uchardata += PRIV(ord2utf)(end, uchardata);
4308 uchardata += PRIV(ord2utf)(start, uchardata);
5107 class_uchardata += PRIV(ord2utf)(0x100, class_uchardata);
5108 class_uchardata += PRIV(ord2utf)(0x10ffff, class_uchardata);
5496 code += PRIV(ord2utf)(c, code);
5512 mclength = PRIV(ord2utf)(c, mcbuffer);
8105 mclength = PRIV(ord2utf)(c, mcbuffer);
H A Dpcre_exec.c3419 oclength = PRIV(ord2utf)(othercase, occhars);

Completed in 91 milliseconds