Home
last modified time | relevance | path

Searched refs:ISCS1 (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A DeucJP_TO_KUTEN.c93 } else if (ISCS1(ic)) { /* CS_1 starts */ in _icv_iconv()
95 if (ISCS1(ic) && ISCS1(*ip)) { in _icv_iconv()
H A DeucJP_TO_Unicode.c88 } else if (ISCS1(ic1)) { /* JIS X 0208 or UDC; 2 bytes */ in _icv_iconv()
90 if (ISCS1(ic2)) { /* 2nd byte check passed */ in _icv_iconv()
H A DEUC-JIS-2004_TO_Unicode.c83 } else if (ISCS1(ic1)) { /* JIS X 0213 plane 1; 2 bytes */ in _icv_iconv()
85 if (ISCS1(ic2)) { /* 2nd byte check passed */ in _icv_iconv()
H A DeucJP_TO_ISO-2022-JP.c128 } else if (ISCS1((int)ic)) { /* CS_1 starts */ in _icv_iconv()
130 if (ISCS1(ic) && ISCS1(*ip)) { in _icv_iconv()
H A DeucJP_TO_PCK.c94 if (ISCS1(ic)) { /* Kanji starts */ in _icv_iconv()
96 if (ISCS1(*ip)) { in _icv_iconv()
H A DeucJP_TO_jis.c166 } else if (ISCS1(ic)) { in _icv_iconv()
168 if (ISCS1(*ip)) { in _icv_iconv()
H A Djapanese.h162 #define ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) macro
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A Djapanese.h36 #define ISCS1(c) (((c) >= 0xa1) && ((c) <= 0xfe)) macro