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

/forgerock/web-agents-v4/pcre/
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.c4233 uchardata += PRIV(ord2utf)(start, uchardata);
4234 uchardata += PRIV(ord2utf)(end, uchardata);
4239 uchardata += PRIV(ord2utf)(start, uchardata);
5364 code += PRIV(ord2utf)(c, code);
5380 mclength = PRIV(ord2utf)(c, mcbuffer);
7883 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 363 milliseconds