/illumos-gate/usr/src/lib/iconv_modules/vi/common/ |
H A D | tcvn%viscii.c | 36 #define NON_ID_CHAR '?' /* non-identified character */ macro 125 chout = NON_ID_CHAR; in _icv_iconv() 152 chout = NON_ID_CHAR; in _icv_iconv() 172 chout = NON_ID_CHAR; in _icv_iconv()
|
H A D | viscii%tcvn.c | 35 #define NON_ID_CHAR '?' /* non-identified character */ macro 103 ch = NON_ID_CHAR; in _icv_iconv()
|
H A D | UCS-2%tcvn.c | 33 #define NON_ID_CHAR '?' /* non-identified character */ macro 129 **outbuf = NON_ID_CHAR; in _icv_iconv()
|
H A D | UCS-2%viscii.c | 33 #define NON_ID_CHAR '?' /* non-identified character */ macro 128 **outbuf = NON_ID_CHAR; in _icv_iconv()
|
H A D | UTF-8%viscii.c | 37 #define NON_ID_CHAR '?' /* non-identified character */ macro 223 **outbuf = NON_ID_CHAR; in _icv_iconv() 262 **outbuf = NON_ID_CHAR; in _icv_iconv()
|
H A D | UTF-8%tcvn.c | 32 #define NON_ID_CHAR '?' /* non-identified character */ macro 167 **outbuf = NON_ID_CHAR; in _icv_iconv()
|
/illumos-gate/usr/src/lib/iconv_modules/zh/common/ |
H A D | UTF-8%HZ-GB-2312.c | 34 #define NON_ID_CHAR '?' macro 256 **outbuf = NON_ID_CHAR; in _icv_iconv() 257 *(*outbuf+1) = NON_ID_CHAR; in _icv_iconv() 327 *buf = NON_ID_CHAR; 328 *(buf+1) = NON_ID_CHAR;
|
H A D | UTF-8%zh_CN.euc.c | 34 #define NON_ID_CHAR '?' macro 260 **outbuf = NON_ID_CHAR; in _icv_iconv() 261 *(*outbuf+1) = NON_ID_CHAR; in _icv_iconv() 360 *buf = NON_ID_CHAR; in unicode_to_gb() 361 *(buf+1) = NON_ID_CHAR; in unicode_to_gb()
|
H A D | UTF-8%zh_CN.iso2022-7.c | 37 #define NON_ID_CHAR '?' macro 261 **outbuf = NON_ID_CHAR; in _icv_iconv() 262 *(*outbuf+1) = NON_ID_CHAR; in _icv_iconv() 328 *buf = *(buf+1) = NON_ID_CHAR;
|
H A D | zh_CN.gbk%zh_TW-big5.c | 31 #define NON_ID_CHAR '_' /* non-identified character */ macro 161 **outbuf = *((*outbuf) + 1) = (char)NON_ID_CHAR; in _icv_iconv() 241 *buf = *(buf + 1) = (char)NON_ID_CHAR; in gbk_to_big5()
|
H A D | zh_CN.gbk%zh_TW-big5p.c | 31 #define NON_ID_CHAR '_' /* non-identified character */ macro 143 **outbuf = *((*outbuf)+1) = (char)NON_ID_CHAR; in _icv_iconv() 223 *buf = *(buf + 1) = (char)NON_ID_CHAR; in gbk_to_big5p()
|
H A D | UTF-8%zh_TW-big5.c | 38 #define NON_ID_CHAR '?' /* non-identified character */ macro 325 **outbuf = NON_ID_CHAR; in _icv_iconv() 326 *(*outbuf+1) = NON_ID_CHAR; in _icv_iconv() 449 *buf = *(buf+1) = NON_ID_CHAR; in utf8_to_big5()
|
H A D | zh_TW-big5%zh_TW-iso2022-CN-EXT.c | 49 #define NON_ID_CHAR '_' /*Substitute this for all unidentified characters*/ macro 236 n = ascii_to_iso(NON_ID_CHAR, st, outbuf, outbytesleft); in _icv_iconv() 260 n = ascii_to_iso(NON_ID_CHAR, st, outbuf, outbytesleft); in _icv_iconv() 263 n = ascii_to_iso(NON_ID_CHAR, st, outbuf, outbytesleft); in _icv_iconv()
|
H A D | zh_CN.gbk%zh_HK.hkscs.c | 31 #define NON_ID_CHAR '_' /* non-identified character */ macro 245 *buf = *(buf + 1) = (char)NON_ID_CHAR; in gbk_to_hkscs() 268 *buf = *(buf + 1) = (char)NON_ID_CHAR; in gbk4_to_hkscs()
|
H A D | UTF-8%zh_CN.gbk.c | 37 #define NON_ID_CHAR '?' /* non-identified character */ macro 363 **outbuf = NON_ID_CHAR; in _icv_iconv() 364 *(*outbuf+1) = NON_ID_CHAR; in _icv_iconv() 483 c[0] = c[1] = NON_ID_CHAR; in unicode_to_gbk()
|
H A D | zh_CN.euc%zh_TW-big5.c | 30 #define NON_ID_CHAR '_' /* non-identified character */ macro 190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in gb2312_to_big5()
|
H A D | zh_HK.hkscs%zh_TW-big5p.c | 30 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro 190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in hkscs_to_big5p()
|
H A D | zh_TW-big5%zh_CN.gbk.c | 31 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro 190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5_to_gbk()
|
H A D | zh_TW-big5p%zh_CN.gbk.c | 31 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro 190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5p_to_gbk()
|
H A D | zh_TW-big5p%zh_HK.hkscs.c | 30 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro 189 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5p_to_hkscs()
|
H A D | zh_HK.hkscs%zh_CN.gbk.c | 30 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro 210 *buf = *(buf + 1) = (char)NON_ID_CHAR; in hkscs_to_gbk2k()
|
H A D | zh_TW-big5%zh_CN.euc.c | 31 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro 190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5_to_gb2312()
|
H A D | zh_TW-big5%zh_TW-euc.c | 37 #define NON_ID_CHAR '_' /* non-identified character */ macro 290 *buf = *(buf+1) = NON_ID_CHAR; in big5_to_cns()
|
/illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
H A D | common_def.h | 35 #define NON_ID_CHAR '?' macro
|
/illumos-gate/usr/src/lib/iconv_modules/common/ |
H A D | tab_lookup.h | 59 #define NON_ID_CHAR 0x3F3F /* '??' */ macro
|