Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A DPCK_TO_Unicode.c102 if (ISSJKANJI2(ic2)) { in _icv_iconv()
117 if (ISSJKANJI2(ic2)) { in _icv_iconv()
138 if (ISSJKANJI2(ic2)) { in _icv_iconv()
187 if (ISSJKANJI2(ic2)) { in _icv_iconv()
H A DPCK_TO_eucJP.c94 if (ISSJKANJI2(*ip)) { in _icv_iconv()
117 if (ISSJKANJI2(*ip)) { in _icv_iconv()
148 if (ISSJKANJI2(*ip)) { in _icv_iconv()
212 if (ISSJKANJI2(*ip)) { in _icv_iconv()
H A DPCK_TO_ISO-2022-JP.c149 if (ISSJKANJI2(*ip)) { in _icv_iconv()
189 if (ISSJKANJI2(*ip)) { in _icv_iconv()
247 if (ISSJKANJI2(*ip)) { in _icv_iconv()
329 if (ISSJKANJI2(*ip)) { in _icv_iconv()
H A DPCK_TO_jis.c164 if (ISSJKANJI2(*ip)) { in _icv_iconv()
198 if (ISSJKANJI2(*ip)) { in _icv_iconv()
240 if (ISSJKANJI2(*ip)) { in _icv_iconv()
326 if (ISSJKANJI2(*ip)) { in _icv_iconv()
H A DShift_JIS-2004_TO_Unicode.c199 if (ISSJKANJI2(ic2)) { in _icv_iconv()
225 if (ISSJKANJI2(ic2)) { in _icv_iconv()
H A Djapanese.h204 #define ISSJKANJI2(c) ((((c) >= 0x40) && ((c) <= 0x7e)) ||\ macro
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A Djapanese.h52 #define ISSJKANJI2(c) ((((c) >= 0x40) && ((c) <= 0x7e)) ||\ macro