Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A DeucJP_TO_Unicode.c108 if (ISCS3(ic2)) { /* 2nd byte check passed */ in _icv_iconv()
110 if (ISCS3(ic3)) { /* 3rd byte check passed */ in _icv_iconv()
H A DEUC-JIS-2004_TO_Unicode.c117 if (ISCS3(ic2)) { /* 2nd byte check passed */ in _icv_iconv()
119 if (ISCS3(ic3)) { /* 3rd byte check passed */ in _icv_iconv()
H A DeucJP_TO_KUTEN.c122 if (ISCS3(*ip) && ISCS3(*(ip + 1))) { in _icv_iconv()
H A DeucJP_TO_PCK.c154 if (ISCS3(*ip) && ISCS3(*(ip + 1))) { in _icv_iconv()
H A DeucJP_TO_ISO-2022-JP.c244 if (ISCS3(*ip) && ISCS3(*(ip + 1))) { in _icv_iconv()
H A DeucJP_TO_jis.c261 if (ISCS3(*ip) && ISCS3(*(ip + 1))) { in _icv_iconv()
H A Djapanese.h174 #define ISCS3(c) (((c) >= 0xa1) && ((c) <= 0xfe)) macro
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A Djapanese.h42 #define ISCS3(c) (((c) >= 0xa1) && ((c) <= 0xfe)) macro