ReactOS 0.4.15-dev-7953-g1f49173
siconv_table Struct Reference

#include <siconv.h>

Collaboration diagram for siconv_table:

Public Attributes

charsic_name
 
UInt16_t * sic_cs2uni
 
UInt8_t ** sic_uni2cs
 
iconv_t sic_cd2uni
 
iconv_t sic_uni2cd
 
siconvt_tsic_alt
 
siconvt_tsic_next
 
int sic_refcnt
 

Detailed Description

Definition at line 38 of file siconv.h.

Member Data Documentation

◆ sic_alt

siconvt_t* siconv_table::sic_alt

Definition at line 44 of file siconv.h.

Referenced by create_sic(), and remove_sic().

◆ sic_cd2uni

iconv_t siconv_table::sic_cd2uni

◆ sic_cs2uni

UInt16_t* siconv_table::sic_cs2uni

Definition at line 40 of file siconv.h.

Referenced by create_sic(), and sic_close().

◆ sic_name

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().

◆ sic_next

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().

◆ sic_refcnt

int siconv_table::sic_refcnt

Definition at line 46 of file siconv.h.

Referenced by create_sic(), sic_close(), and sic_open().

◆ sic_uni2cd

iconv_t siconv_table::sic_uni2cd

Definition at line 43 of file siconv.h.

Referenced by conv_charset(), create_sic(), and sic_close().

◆ sic_uni2cs

UInt8_t** siconv_table::sic_uni2cs

Definition at line 41 of file siconv.h.

Referenced by create_sic(), and sic_close().


The documentation for this struct was generated from the following file: