Home
last modified time | relevance | path

Searched refs:ISCS2 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A Djapanese.h39 #define ISCS2(c) (((c) >= 0xa1) && ((c) <= 0xdf)) macro
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A DeucJP_TO_Unicode.c99 if (ISCS2(ic2)) { /* 2nd byte check passed */ in _icv_iconv()
H A DEUC-JIS-2004_TO_Unicode.c108 if (ISCS2(ic2)) { /* 2nd byte check passed */ in _icv_iconv()
H A DeucJP_TO_PCK.c130 if (ISCS2(*ip)) { in _icv_iconv()
H A Djapanese.h171 #define ISCS2(c) (((c) >= 0xa1) && ((c) <= 0xdf)) macro
H A DeucJP_TO_ISO-2022-JP.c176 if (ISCS2(*ip)) { in _icv_iconv()
H A DeucJP_TO_jis.c215 if (ISCS2(*ip)) { in _icv_iconv()