Searched defs:ic3 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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 */ local
382 KICONV_JA_NGET(ic3);
383 if (KICONV_JA_ISCS3(ic3)) {
386 ic3 &= KICONV_JA_CMASK;
388 ic2, ic3);
391 (ic3 - 0x21));
519 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ local
600 KICONV_JA_NGET_REP_FR_MB(ic3);
602 KICONV_JA_NGET(ic3);
604 if (KICONV_JA_ISCS3(ic3)) {
[all...]

Completed in 72 milliseconds