Home
last modified time | relevance | path

Searched defs:UNI (Results 1 – 1 of 1) sorted by relevance

/titanic_51/usr/src/lib/iconv_modules/vi/common/
H A Dtcvn%UCS-2.c42 #define SET_UCS(UNI) *(*outbuf)++ = (unsigned char)((UNI)&0xff); \ argument
45 #define SET_UCS(UNI) *(*outbuf)++ = (unsigned char)(((UNI)>>8)&0xff); \ argument