Home
last modified time | relevance | path

Searched refs:jisx0212_mbtowc (Results 1 – 5 of 5) sorted by relevance

/haiku/src/libs/iconv/
H A Djisx0212.h914 jisx0212_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) in jisx0212_mbtowc() function
H A Deuc_jp.h86 ret = jisx0212_mbtowc(conv,pwc,buf,2); in euc_jp_mbtowc()
H A Diso2022_jp1.h128 int ret = jisx0212_mbtowc(conv,pwc,s,2); in iso2022_jp1_mbtowc()
H A Diso2022_jp2.h236 int ret = jisx0212_mbtowc(conv,pwc,s,2); in iso2022_jp2_mbtowc()
H A Dencodings.def699 { jisx0212_mbtowc, NULL }, { jisx0212_wctomb, NULL })