Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/locale/
H A Dunicode.h59 #define UNICODE_SUR_UVALUE(x) (((x) & 0x3ff) << 10) macro
H A Dc16rtomb.c53 c32 = UNICODE_SUR_UVALUE(c16s->c16_surrogate) | in c16rtomb()