Home
last modified time | relevance | path

Searched refs:gb2312_mbtowc (Results 1 – 10 of 10) sorted by relevance

/haiku/src/libs/iconv/
H A Dgb12345.h46 ret = gb2312_mbtowc(conv,pwc,s,n); in gb12345_mbtowc()
H A Deuc_cn.h41 return gb2312_mbtowc(conv,pwc,buf,2); in euc_cn_mbtowc()
H A Disoir165.h103 ret = gb2312_mbtowc(conv,pwc,s,n); in isoir165_mbtowc()
H A Dgb2312.h1082 gb2312_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) in gb2312_mbtowc() function
H A Dgbk.h87 ret = gb2312_mbtowc(conv,pwc,buf,2); in gbk_mbtowc()
H A Dhz.h82 ret = gb2312_mbtowc(conv,pwc,s,2); in hz_mbtowc()
H A Diso2022_cn.h154 ret = gb2312_mbtowc(conv,pwc,s,2); break; in iso2022_cn_mbtowc()
H A Diso2022_cnext.h270 ret = gb2312_mbtowc(conv,pwc,s,2); break; in iso2022_cn_ext_mbtowc()
H A Diso2022_jp2.h249 int ret = gb2312_mbtowc(conv,pwc,s,2); in iso2022_jp2_mbtowc()
H A Dencodings.def717 { gb2312_mbtowc, NULL }, { gb2312_wctomb, NULL })