Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Diconv_xlat16.c49 #define C2I2(c) ((c) & 0x8000 ? ((c) >> 8) & 0x7f : ((c) >> 8) & 0xff) macro
159 c2 = C2I2(ctmp); in iconv_xlat16_conv()
190 c2 = C2I2(ctmp << 8); in iconv_xlat16_conv()
309 c2 = C2I2(c << 8); in iconv_xlat16_tolower()
312 c2 = C2I2(c); in iconv_xlat16_tolower()
334 c2 = C2I2(c << 8); in iconv_xlat16_toupper()
337 c2 = C2I2(c); in iconv_xlat16_toupper()