Searched refs:UNICODE_SUR_UVALUE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libc/port/locale/ | ||
H A D | unicode.h | 59 #define UNICODE_SUR_UVALUE(x) (((x) & 0x3ff) << 10) macro |
H A D | c16rtomb.c | 53 c32 = UNICODE_SUR_UVALUE(c16s->c16_surrogate) | in c16rtomb() |