ReactOS 0.4.15-dev-8614-gbc76250
|
#include <siconv.h>
Public Attributes | |
char * | sic_name |
UInt16_t * | sic_cs2uni |
UInt8_t ** | sic_uni2cs |
iconv_t | sic_cd2uni |
iconv_t | sic_uni2cd |
siconvt_t * | sic_alt |
siconvt_t * | sic_next |
int | sic_refcnt |
siconvt_t* siconv_table::sic_alt |
Definition at line 44 of file siconv.h.
Referenced by create_sic(), and remove_sic().
iconv_t siconv_table::sic_cd2uni |
Definition at line 42 of file siconv.h.
Referenced by conv_charset(), convert_to_unicode(), create_sic(), iso9660_file_length(), joliet_strlen(), main(), sic_close(), and sic_open().
UInt16_t* siconv_table::sic_cs2uni |
Definition at line 40 of file siconv.h.
Referenced by create_sic(), and sic_close().
char* siconv_table::sic_name |
Definition at line 39 of file siconv.h.
Referenced by conv_charset(), create_sic(), main(), remove_sic(), sic_close(), and sic_open().
siconvt_t* siconv_table::sic_next |
Definition at line 45 of file siconv.h.
Referenced by create_sic(), insert_sic(), remove_sic(), and sic_open().
int siconv_table::sic_refcnt |
Definition at line 46 of file siconv.h.
Referenced by create_sic(), sic_close(), and sic_open().
iconv_t siconv_table::sic_uni2cd |
Definition at line 43 of file siconv.h.
Referenced by conv_charset(), create_sic(), and sic_close().
UInt8_t** siconv_table::sic_uni2cs |
Definition at line 41 of file siconv.h.
Referenced by create_sic(), and sic_close().