Searched refs:euc16 (Results 1 – 1 of 1) sorted by relevance
433 ushort_t euc16; in _do_kiconv_to_eucjp() local464 KICONV_JA_CNV_U2_TO_EUCJPMS(id, euc16, ucs4); in _do_kiconv_to_eucjp()465 if (euc16 == KICONV_JA_NODEST) { in _do_kiconv_to_eucjp()466 euc16 = kiconv_ja_ucs2_to_euc16((ushort_t)ucs4); in _do_kiconv_to_eucjp()468 if (euc16 == KICONV_JA_NODEST) { in _do_kiconv_to_eucjp()474 switch (euc16 & 0x8080) { in _do_kiconv_to_eucjp()476 ic = (uchar_t)euc16; in _do_kiconv_to_eucjp()480 ic = (uchar_t)((euc16 >> 8) & 0xff); in _do_kiconv_to_eucjp()482 ic = (uchar_t)(euc16 & 0xff); in _do_kiconv_to_eucjp()487 ic = (uchar_t)euc16; in _do_kiconv_to_eucjp()[all …]