Searched refs:ucs4 (Results 1 – 1 of 1) sorted by relevance
432 uint_t ucs4; in _do_kiconv_to_eucjp() local455 KICONV_JA_GETU(&ucs4, 0); in _do_kiconv_to_eucjp()457 if (ucs4 > 0xffff) { in _do_kiconv_to_eucjp()464 KICONV_JA_CNV_U2_TO_EUCJPMS(id, euc16, ucs4); in _do_kiconv_to_eucjp()466 euc16 = kiconv_ja_ucs2_to_euc16((ushort_t)ucs4); in _do_kiconv_to_eucjp()668 uint_t ucs4; in _do_kiconvstr_to_eucjp() local693 KICONV_JA_GETU(&ucs4, flag); in _do_kiconvstr_to_eucjp()695 if (ucs4 == 0x0 && do_not_ignore_null) { in _do_kiconvstr_to_eucjp()699 if (ucs4 > 0xffff) { in _do_kiconvstr_to_eucjp()706 KICONV_JA_CNV_U2_TO_EUCJPMS(id, euc16, ucs4); in _do_kiconvstr_to_eucjp()[all …]