Searched refs:C2I1 (Results 1 – 1 of 1) sorted by relevance
48 #define C2I1(c) ((c) & 0x8000 ? ((c) & 0xff) | 0x100 : (c) & 0xff) macro158 c1 = C2I1(ctmp); in iconv_xlat16_conv()189 c1 = C2I1(ctmp << 8); in iconv_xlat16_conv()308 c1 = C2I1(c << 8); in iconv_xlat16_tolower()311 c1 = C2I1(c); in iconv_xlat16_tolower()333 c1 = C2I1(c << 8); in iconv_xlat16_toupper()336 c1 = C2I1(c); in iconv_xlat16_toupper()