#include <ucnv_bld.h>
Public Members | |||
![]() | ![]() | uint32_t | structSize |
![]() | ![]() | char | name [UCNV_MAX_CONVERTER_NAME_LENGTH] |
![]() | ![]() | int32_t | codepage |
![]() | ![]() | int8_t | platform |
![]() | ![]() | int8_t | conversionType |
![]() | ![]() | int8_t | minBytesPerChar |
![]() | ![]() | int8_t | maxBytesPerChar |
![]() | ![]() | int8_t | subCharLen |
![]() | ![]() | uint8_t | subChar [UCNV_MAX_SUBCHAR_LEN] |
![]() | ![]() | uint8_t | hasToUnicodeFallback |
![]() | ![]() | uint8_t | hasFromUnicodeFallback |
![]() | ![]() | uint8_t | reserved [19] |
Definition at line 140 of file ucnv_bld.h.
uint32_t UConverterStaticData::structSize |
Definition at line 141 of file ucnv_bld.h.
char UConverterStaticData::name[UCNV_MAX_CONVERTER_NAME_LENGTH] |
Definition at line 143 of file ucnv_bld.h.
int32_t UConverterStaticData::codepage |
Definition at line 145 of file ucnv_bld.h.
int8_t UConverterStaticData::platform |
Definition at line 147 of file ucnv_bld.h.
int8_t UConverterStaticData::conversionType |
Definition at line 148 of file ucnv_bld.h.
int8_t UConverterStaticData::minBytesPerChar |
Definition at line 150 of file ucnv_bld.h.
int8_t UConverterStaticData::maxBytesPerChar |
Definition at line 151 of file ucnv_bld.h.
int8_t UConverterStaticData::subCharLen |
Definition at line 153 of file ucnv_bld.h.
uint8_t UConverterStaticData::subChar[UCNV_MAX_SUBCHAR_LEN] |
Definition at line 155 of file ucnv_bld.h.
uint8_t UConverterStaticData::hasToUnicodeFallback |
Definition at line 156 of file ucnv_bld.h.
uint8_t UConverterStaticData::hasFromUnicodeFallback |
Definition at line 157 of file ucnv_bld.h.
uint8_t UConverterStaticData::reserved[19] |
Definition at line 158 of file ucnv_bld.h.