Home
last modified time | relevance | path

Searched refs:cns11643_wctomb (Results 1 – 6 of 6) sorted by relevance

/haiku/src/libs/iconv/
H A Dcns11643.h41 #define cns11643_wctomb cns11643_inv_wctomb macro
H A Ddec_hanyu.h80 ret = cns11643_wctomb(conv,buf,wc,3); in dec_hanyu_wctomb()
H A Deuc_tw.h92 ret = cns11643_wctomb(conv,buf,wc,3); in euc_tw_wctomb()
H A Diso2022_cn.h239 ret = cns11643_wctomb(conv,buf,wc,3); in iso2022_cn_wctomb()
H A Diso2022_cnext.h357 ret = cns11643_wctomb(conv,buf,wc,3); in iso2022_cn_ext_wctomb()
H A DChangeLog2980 (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.