Searched refs:convert_utf8_to_ucs4 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/iconv_modules/common/ |
H A D | common_utf8.c | 36 convert_utf8_to_ucs4(uchar_t *ib, int utf8_len, uint_t *unicode) in convert_utf8_to_ucs4() function 93 convert_utf8_to_ucs4(str, len, &unicode); in is_valid_utf8_string()
|
/illumos-gate/usr/src/lib/iconv_modules/zh/common/ |
H A D | UTF-8%zh_HK.hkscs.c | 209 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv() 242 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv() 311 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv()
|
H A D | UTF-8%zh_TW-big5.c | 209 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv() 242 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv() 315 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv()
|
H A D | UTF-8%zh_TW-euc.c | 213 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv() 246 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv() 317 convert_utf8_to_ucs4((uchar_t*)(&st->keepc[0]), utf8_len, &ucs); in _icv_iconv()
|
/illumos-gate/usr/src/lib/iconv_modules/inc/ |
H A D | common_defs.h | 211 extern int convert_utf8_to_ucs4(uchar_t *, int, unsigned int *);
|