Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Diconv_xlat16.c46 #define C2I2(c) ((c) & 0x8000 ? ((c) >> 8) & 0x7f : ((c) >> 8) & 0xff) macro
156 c2 = C2I2(ctmp); in iconv_xlat16_conv()
187 c2 = C2I2(ctmp << 8); in iconv_xlat16_conv()
306 c2 = C2I2(c << 8); in iconv_xlat16_tolower()
309 c2 = C2I2(c); in iconv_xlat16_tolower()
331 c2 = C2I2(c << 8); in iconv_xlat16_toupper()
334 c2 = C2I2(c); in iconv_xlat16_toupper()