Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/locale/
H A Dunicode.h62 #define UNICODE_SUR_LMASK(x) ((x) & 0x3ff) macro
H A Dmbrtoc16.c80 c16s->c16_surrogate = UNICODE_SUR_LOWER | UNICODE_SUR_LMASK(wc); in mbrtoc16()