Home
last modified time | relevance | path

Searched refs:ic3 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c330 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ in _do_kiconv_fr_eucjp() local
382 KICONV_JA_NGET(ic3); in _do_kiconv_fr_eucjp()
383 if (KICONV_JA_ISCS3(ic3)) { in _do_kiconv_fr_eucjp()
386 ic3 &= KICONV_JA_CMASK; in _do_kiconv_fr_eucjp()
388 ic2, ic3); in _do_kiconv_fr_eucjp()
391 (ic3 - 0x21)); in _do_kiconv_fr_eucjp()
519 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ in _do_kiconvstr_fr_eucjp() local
600 KICONV_JA_NGET_REP_FR_MB(ic3); in _do_kiconvstr_fr_eucjp()
602 KICONV_JA_NGET(ic3); in _do_kiconvstr_fr_eucjp()
604 if (KICONV_JA_ISCS3(ic3)) { in _do_kiconvstr_fr_eucjp()
[all …]