Searched refs:ord2utf (Results 1 - 5 of 5) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_ord2utf8.c | 68 PRIV(ord2utf)(pcre_uint32 cvalue, pcre_uchar *buffer) function
|
H A D | pcre_study.c | 610 (void)PRIV(ord2utf)(c, buff); 693 (void)PRIV(ord2utf)(c, buff); 898 (void)PRIV(ord2utf)(c, buff);
|
H A D | pcre_compile.c | 4233 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 D | pcre_exec.c | 3412 oclength = PRIV(ord2utf)(othercase, occhars);
|
H A D | pcre_jit_compile.c | 3441 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len)
|
Completed in 363 milliseconds