Searched refs:KICONV_JA_ISCS1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c354 } else if (KICONV_JA_ISCS1(ic1)) { /* 0208 or UDC; 2 bytes */
356 if (KICONV_JA_ISCS1(ic2)) { /* 2nd byte check passed */
549 } else if (KICONV_JA_ISCS1(ic1)) { /* 0208 or UDC; 2 bytes */
555 if (KICONV_JA_ISCS1(ic2)) { /* 2nd byte check passed */
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_ja.h153 #define KICONV_JA_ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) macro

Completed in 75 milliseconds