Searched refs:cns11643_wctomb (Results 1 – 6 of 6) sorted by relevance
/haiku/src/libs/iconv/ |
H A D | cns11643.h | 41 #define cns11643_wctomb cns11643_inv_wctomb macro
|
H A D | dec_hanyu.h | 80 ret = cns11643_wctomb(conv,buf,wc,3); in dec_hanyu_wctomb()
|
H A D | euc_tw.h | 92 ret = cns11643_wctomb(conv,buf,wc,3); in euc_tw_wctomb()
|
H A D | iso2022_cn.h | 239 ret = cns11643_wctomb(conv,buf,wc,3); in iso2022_cn_wctomb()
|
H A D | iso2022_cnext.h | 357 ret = cns11643_wctomb(conv,buf,wc,3); in iso2022_cn_ext_wctomb()
|
H A D | ChangeLog | 2980 (cns11643_wctomb): Now a simple alias to cns11643_inv_wctomb. Return 2982 * lib/dec_hanyu.h (dec_hanyu_wctomb): Update for cns11643_wctomb 2986 (euc_tw_wctomb): Update for cns11643_wctomb change. 2990 (iso2022_cn_ext_wctomb): Update for cns11643_wctomb change. 3064 * lib/cns11643.h (cns11643_wctomb): Likewise.
|