Searched defs:ic2 (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
355 KICONV_JA_NGET(ic2);
356 if (KICONV_JA_ISCS1(ic2)) { /* 2nd byte check passed */
358 ic2 &= KICONV_JA_CMASK;
359 KICONV_JA_CNV_JISMS_TO_U2(id, u32, ic1, ic2);
361 index = (ic1 - 0x21) * 94 + ic2 - 0x21;
371 KICONV_JA_NGET(ic2);
372 if (KICONV_JA_ISCS2(ic2)) { /* 2nd byte check passed */
373 index = (ic2 - 0xa1);
380 KICONV_JA_NGET(ic2);
519 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ local
817 uchar_t ic1, ic2; /* 1st and 2nd bytes of a char */ local
1128 uchar_t ic1, ic2; /* 1st and 2nd bytes of a char */ local
[all...]

Completed in 46 milliseconds