Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dunicode.h52 #define UNICODE_SUR_UPPER 0xd800 macro
H A Dc16rtomb.c62 if ((c16 & UNICODE_SUR_LOWER) != UNICODE_SUR_UPPER) { in c16rtomb()
H A Dmbrtoc16.c81 out = UNICODE_SUR_UPPER | UNICODE_SUR_UMASK(wc); in mbrtoc16()