Home
last modified time | relevance | path

Searched refs:NON_ID_CHAR (Results 1 – 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/lib/iconv_modules/vi/common/
H A Dtcvn%viscii.c36 #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 Dviscii%tcvn.c35 #define NON_ID_CHAR '?' /* non-identified character */ macro
103 ch = NON_ID_CHAR; in _icv_iconv()
H A DUCS-2%tcvn.c33 #define NON_ID_CHAR '?' /* non-identified character */ macro
129 **outbuf = NON_ID_CHAR; in _icv_iconv()
H A DUCS-2%viscii.c33 #define NON_ID_CHAR '?' /* non-identified character */ macro
128 **outbuf = NON_ID_CHAR; in _icv_iconv()
H A DUTF-8%viscii.c37 #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 DUTF-8%tcvn.c32 #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 DUTF-8%HZ-GB-2312.c34 #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 DUTF-8%zh_CN.euc.c34 #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 DUTF-8%zh_CN.iso2022-7.c37 #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 Dzh_CN.gbk%zh_TW-big5.c31 #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 Dzh_CN.gbk%zh_TW-big5p.c31 #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 Dzh_TW-big5%zh_TW-iso2022-CN-EXT.c49 #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 DUTF-8%zh_TW-big5.c38 #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 Dzh_CN.gbk%zh_HK.hkscs.c31 #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 DUTF-8%zh_CN.gbk.c37 #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 Dzh_CN.euc%zh_TW-big5.c30 #define NON_ID_CHAR '_' /* non-identified character */ macro
190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in gb2312_to_big5()
H A Dzh_HK.hkscs%zh_TW-big5p.c30 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro
190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in hkscs_to_big5p()
H A Dzh_TW-big5%zh_CN.gbk.c31 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro
190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5_to_gbk()
H A Dzh_TW-big5p%zh_CN.gbk.c31 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro
190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5p_to_gbk()
H A Dzh_TW-big5p%zh_HK.hkscs.c30 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro
189 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5p_to_hkscs()
H A Dzh_TW-big5%zh_CN.euc.c31 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro
190 *buf = *(buf + 1) = (char)NON_ID_CHAR; in big5_to_gb2312()
H A Dzh_HK.hkscs%zh_CN.gbk.c30 #define NON_ID_CHAR '_' /* non-identifier charactor */ macro
210 *buf = *(buf + 1) = (char)NON_ID_CHAR; in hkscs_to_gbk2k()
H A Dzh_TW-big5%zh_TW-euc.c37 #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 Dcommon_def.h35 #define NON_ID_CHAR '?' macro
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dtab_lookup.h59 #define NON_ID_CHAR 0x3F3F /* '??' */ macro

12