Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c566 static const uint32_t utf8mask[] = variable
633 if (!(utf8mask[m] & w) || w >= 0xd800 && (w <= 0xdfff || w >= 0xfffe && w <= 0xffff)) in utf8_mbtowc()