Searched refs:ic2 (Results 1 – 3 of 3) sorted by relevance
330 uchar_t ic1, ic2, ic3; /* 1st, 2nd, and 3rd bytes of a char */ in _do_kiconv_fr_eucjp() local355 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()356 if (KICONV_JA_ISCS1(ic2)) { /* 2nd byte check passed */ in _do_kiconv_fr_eucjp()358 ic2 &= KICONV_JA_CMASK; in _do_kiconv_fr_eucjp()359 KICONV_JA_CNV_JISMS_TO_U2(id, u32, ic1, ic2); in _do_kiconv_fr_eucjp()361 index = (ic1 - 0x21) * 94 + ic2 - 0x21; in _do_kiconv_fr_eucjp()371 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()372 if (KICONV_JA_ISCS2(ic2)) { /* 2nd byte check passed */ in _do_kiconv_fr_eucjp()373 index = (ic2 - 0xa1); in _do_kiconv_fr_eucjp()380 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()[all …]
48 char ic2; member64 oc = ((struct input_struct2 *) ivar2)->ic2;
46 long ic2; member64 oc = ((struct input_struct2 *) ivar2)->ic2;