Searched defs:plane (Results 1 – 1 of 1) sorted by relevance
9685 int plane = (c1 & 0xF00) >> 8; /* This is actually the CNS-11643 plane minus one */ in mbfl_filt_conv_euctw_wchar() local9744 int plane = (s & 0x1F0000) >> 16; in mbfl_filt_conv_wchar_euctw() local9811 unsigned int plane = c2 - 0xA1; /* This is actually the CNS-11643 plane minus one */ in mb_euctw_to_wchar() local9881 unsigned int plane = s >> 16; in mb_wchar_to_euctw() local
Completed in 33 milliseconds