Home
last modified time | relevance | path

Searched refs:dec_compat (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/
DNormalize.xs97 static U8* dec_compat (UV uv) in dec_compat() function
231 r = iscompat ? dec_compat(uv) : dec_canonical(uv);
452 if (Hangul_IsS(uv) || (ix ? dec_compat(uv) : dec_canonical(uv)))
498 compat = (char *) dec_compat(uv);
613 if (Hangul_IsS(uv) || (ix ? dec_compat(uv) : dec_canonical(uv)))
633 compat = (char *) dec_compat(uv);
675 rstr = ix ? dec_compat(uv) : dec_canonical(uv);