Searched refs:isplane1 (Results 1 – 2 of 2) sorted by relevance
377 boolean_t isplane1; in kiconv_fr_euctw() local414 isplane1 = (*ib == KICONV_TC_EUCTW_MBYTE) ? in kiconv_fr_euctw()421 if (ibtail - ib < (isplane1 ? 2 : 4)) { in kiconv_fr_euctw()426 plane_no = isplane1 ? 1 : *(ib + 1) - KICONV_TC_EUCTW_PMASK; in kiconv_fr_euctw()436 if (! isplane1) in kiconv_fr_euctw()476 boolean_t isplane1; in kiconvstr_fr_euctw() local505 isplane1 = (*ib == KICONV_TC_EUCTW_MBYTE) ? in kiconvstr_fr_euctw()508 if (ibtail - ib < (isplane1 ? 2 : 4)) { in kiconvstr_fr_euctw()517 plane_no = isplane1 ? 1 : *(ib + 1) - KICONV_TC_EUCTW_PMASK; in kiconvstr_fr_euctw()520 KICONV_SET_ERRNO_WITH_FLAG(isplane1 ? 2 : 4, EILSEQ); in kiconvstr_fr_euctw()[all …]
54 ((isplane1 && (KICONV_IS_VALID_EUC_BYTE(*((ib) + 1)))) || \