Home
last modified time | relevance | path

Searched refs:gb2312_wctomb (Results 1 – 11 of 11) sorted by relevance

/haiku/src/libs/iconv/
H A Dgb12345.h62 ret = gb2312_wctomb(conv,r,wc,n); in gb12345_wctomb()
H A Deuc_cn.h61 ret = gb2312_wctomb(conv,buf,wc,2); in euc_cn_wctomb()
H A Disoir165.h131 ret = gb2312_wctomb(conv,buf,wc,2); in isoir165_wctomb()
H A Dgb2312.h2535 gb2312_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) in gb2312_wctomb() function
H A Dgbk.h118 ret = gb2312_wctomb(conv,buf,wc,2); in gbk_wctomb()
H A Dhz.h123 ret = gb2312_wctomb(conv,buf,wc,2); in hz_wctomb()
H A Diso2022_cn.h211 ret = gb2312_wctomb(conv,buf,wc,2); in iso2022_cn_wctomb()
H A Diso2022_cnext.h329 ret = gb2312_wctomb(conv,buf,wc,2); in iso2022_cn_ext_wctomb()
H A Diso2022_jp2.h560 ret = gb2312_wctomb(conv,buf,wc,2); in iso2022_jp2_wctomb()
H A Dencodings.def717 { gb2312_mbtowc, NULL }, { gb2312_wctomb, NULL })
H A DChangeLog3111 * lib/gb2312.h (gb2312_wctomb): Likewise.