Searched refs:jisx0212_mbtowc (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/iconv/ |
H A D | jisx0212.h | 914 jisx0212_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) in jisx0212_mbtowc() function
|
H A D | euc_jp.h | 86 ret = jisx0212_mbtowc(conv,pwc,buf,2); in euc_jp_mbtowc()
|
H A D | iso2022_jp1.h | 128 int ret = jisx0212_mbtowc(conv,pwc,s,2); in iso2022_jp1_mbtowc()
|
H A D | iso2022_jp2.h | 236 int ret = jisx0212_mbtowc(conv,pwc,s,2); in iso2022_jp2_mbtowc()
|
H A D | encodings.def | 699 { jisx0212_mbtowc, NULL }, { jisx0212_wctomb, NULL })
|