HomeSort by: relevance | last modified time | path
    Searched refs:_runetype_priv (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/locale/
_wctype_local.h 33 _RuneType _runetype_priv(_RuneLocale const *, wint_t);
_wctype.c 75 _runetype_priv(_RuneLocale const *rl, wint_t wc) function in typeref:typename:_RuneType
111 return !!(_runetype_priv(rl, wc) & te->te_mask);
iswctype_mb.c 198 x = _runetype_priv(rl, wc);
222 x = _runetype_priv(rl, *ws);
rune.c 370 rc = _runetype_priv(rl, wc);

Completed in 54 milliseconds