Searched refs:plane_no (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/kiconv/kiconv_tc/ |
H A D | kiconv_tc.c | 86 static int8_t euctw_to_utf8(size_t plane_no, uint32_t euctw_val, 88 static uint32_t get_unicode_from_UDA(size_t plane_no, uchar_t byte1, 376 size_t plane_no; in kiconv_fr_euctw() local 428 plane_no = isplane1 ? 1 : *(ib + 1) - KICONV_TC_EUCTW_PMASK; in kiconv_fr_euctw() 444 sz = euctw_to_utf8(plane_no, euctw_val, ob, obtail, &ret_val); in kiconv_fr_euctw() 475 size_t plane_no; in kiconvstr_fr_euctw() local 519 plane_no = isplane1 ? 1 : *(ib + 1) - KICONV_TC_EUCTW_PMASK; in kiconvstr_fr_euctw() 530 sz = euctw_to_utf8(plane_no, euctw_val, ob, obtail, &ret_val); in kiconvstr_fr_euctw() 703 get_unicode_from_UDA(size_t plane_no, uchar_t b1, uchar_t b2) in get_unicode_from_UDA() argument 709 if (plane_no == 16) in get_unicode_from_UDA() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kiconv_tc.h | 57 (plane_no <= 16 && plane_no >= 2 && \
|