Searched refs:plane (Results 1 – 5 of 5) sorted by relevance
107 int c1, s, w, plane; in mbfl_filt_conv_euctw_wchar() local189 plane = (c1 & 0xf00) >> 8; in mbfl_filt_conv_euctw_wchar()193 if (plane == 1 && s < cns11643_2_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()196 if (plane == 13 && s < cns11643_14_ucs_table_size) { in mbfl_filt_conv_euctw_wchar()230 int c1, s, plane; in mbfl_filt_conv_wchar_euctw() local256 plane = (s & 0x1f0000) >> 16; in mbfl_filt_conv_wchar_euctw()257 if (plane <= 1){ in mbfl_filt_conv_wchar_euctw()266 s = (0x8ea00000 + (plane << 16)) | ((s & 0xffff) | 0x8080); in mbfl_filt_conv_wchar_euctw()
184 unsigned int plane, high; in utf16be_code_to_mbc() local186 plane = (code >> 16) - 1; in utf16be_code_to_mbc()187 *p++ = (plane >> 2) + 0xd8; in utf16be_code_to_mbc()189 *p++ = ((plane & 0x03) << 6) + (high >> 2); in utf16be_code_to_mbc()
184 unsigned int plane, high; in utf16le_code_to_mbc() local186 plane = (code >> 16) - 1; in utf16le_code_to_mbc()189 *p++ = ((plane & 0x03) << 6) + (high >> 2); in utf16le_code_to_mbc()190 *p++ = (plane >> 2) + 0xd8; in utf16le_code_to_mbc()
14688 # 1 plane, no encoding.26371 >2 byte 6 (bit-plane)26382 >2 byte 106 (bit plane vector)
Completed in 131 milliseconds