Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dunicode.h61 #define UNICODE_SUR_UMASK(x) (((x) >> 10) & 0x3ff) macro
H A Dmbrtoc16.c81 out = UNICODE_SUR_UPPER | UNICODE_SUR_UMASK(wc); in mbrtoc16()