Home
last modified time | relevance | path

Searched refs:ISSJKANA (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A Djapanese.h45 #define ISSJKANA(c) (((c) >= 0xa1) && ((c) <= 0xdf)) macro
/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A DPCK_TO_Unicode.c97 } else if (ISSJKANA(ic1)) { /* JIS X 0201 Kana; 1 byte */ in _icv_iconv()
H A DShift_JIS-2004_TO_Unicode.c192 } else if (ISSJKANA(ic1)) { /* JIS X 0201 Kana; 1 byte */ in _icv_iconv()
H A DPCK_TO_eucJP.c87 } else if (ISSJKANA(ic)) { /* kana start */ in _icv_iconv()
H A Djapanese.h180 #define ISSJKANA(c) (((c) >= 0xa1) && ((c) <= 0xdf)) macro
H A DPCK_TO_ISO-2022-JP.c120 } else if (ISSJKANA(ic)) { /* Kana starts */ in _icv_iconv()
H A DPCK_TO_jis.c145 } else if (ISSJKANA(ic)) { /* Kana starts */ in _icv_iconv()
H A DISO-2022-JP_TO_eucJP.c397 if (!ISSJKANA((ic | CMSB))) { in _icv_iconv()
H A DISO-2022-JP_TO_PCK.c406 if (!ISSJKANA((ic | CMSB))) { in _icv_iconv()