Searched refs:ucs_state_t (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/iconv_modules/ja/common/ |
H A D | jfp_iconv_unicode.h | 72 } ucs_state_t; typedef 82 ucs_state_t *state) /* BOM state and endian */ in read_unicode() 161 ucs_state_t *state) /* BOM state and endian */ in read_unicode() 448 ucs_state_t *state) /* BOM state and endian - unused */ in read_unicode() 462 ucs_state_t *state, /* BOM state and endian */ in write_unicode() 527 ucs_state_t *state, /* BOM state and endian */ in write_unicode() 606 ucs_state_t *state, /* BOM state and endian - unused */ in write_unicode() 650 switch (read_unicode(pu32, &ip, &ileft, (ucs_state_t *)cd)) { \ 666 if (write_unicode(u32, &op, &oleft, (ucs_state_t *)cd, msg) \ 677 ucs_state_t *state = (ucs_state_t *)cd; in _icv_reset_unicode() [all …]
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/ |
H A D | utf8_to_sb.c | 40 ucs_state_t *cd = (ucs_state_t *)calloc(1, sizeof(ucs_state_t)); in _icv_open() 41 if (cd == (ucs_state_t *)NULL) { in _icv_open() 51 _icv_close(ucs_state_t *cd) in _icv_close() 61 _icv_iconv(ucs_state_t *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv()
|
H A D | sb_to_ucs.c | 48 ucs_state_t *cd = (ucs_state_t *)calloc(1, sizeof(ucs_state_t)); in _icv_open() 50 if (cd == (ucs_state_t *)NULL) { in _icv_open() 72 _icv_close(ucs_state_t *cd) in _icv_close() 82 _icv_iconv(ucs_state_t *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv()
|
H A D | ucs_to_sb.c | 41 ucs_state_t *cd = (ucs_state_t *)calloc(1, sizeof(ucs_state_t)); in _icv_open() 43 if (cd == (ucs_state_t *)NULL) { in _icv_open() 65 _icv_close(ucs_state_t *cd) in _icv_close() 75 _icv_iconv(ucs_state_t *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv()
|
H A D | ucs_to_utf8.c | 49 ucs_state_t *cd = (ucs_state_t *)calloc(1, sizeof(ucs_state_t)); in _icv_open() 51 if (cd == (ucs_state_t *)NULL) { in _icv_open() 73 _icv_close(ucs_state_t *cd) in _icv_close() 83 _icv_iconv(ucs_state_t *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv()
|
H A D | utf8_to_ucs.c | 41 ucs_state_t *cd = (ucs_state_t *)calloc(1, sizeof(ucs_state_t)); in _icv_open() 43 if (cd == (ucs_state_t *)NULL) { in _icv_open() 65 _icv_close(ucs_state_t *cd) in _icv_close() 75 _icv_iconv(ucs_state_t *cd, char **inbuf, size_t *inbufleft, char **outbuf, in _icv_iconv()
|
H A D | common_defs.h | 78 } ucs_state_t; typedef 81 ucs_state_t input; 82 ucs_state_t output;
|
/titanic_50/usr/src/lib/iconv_modules/inc/ |
H A D | common_defs.h | 219 } ucs_state_t; typedef
|