#include <ucnv_bld.h>
Public Members | |||
![]() | ![]() | uint32_t | structSize |
![]() | ![]() | void* | dataMemory |
![]() | ![]() | uint32_t | referenceCounter |
![]() | ![]() | char | name [UCNV_MAX_CONVERTER_NAME_LENGTH] |
![]() | ![]() | UConverterPlatform | platform |
![]() | ![]() | int32_t | codepage |
![]() | ![]() | UConverterType | conversionType |
![]() | ![]() | int8_t | minBytesPerChar |
![]() | ![]() | int8_t | maxBytesPerChar |
![]() | ![]() | struct { | |
![]() | ![]() | uint32_t toUnicodeStatus | |
![]() | ![]() | int8_t subCharLen | |
![]() | ![]() | unsigned char subChar [UCNV_MAX_SUBCHAR_LEN] | |
![]() | ![]() | } | defaultConverterValues |
![]() | ![]() | UConverterTable* | table |
uint32_t UConverterSharedData::structSize |
void* UConverterSharedData::dataMemory |
uint32_t UConverterSharedData::referenceCounter |
char UConverterSharedData::name[UCNV_MAX_CONVERTER_NAME_LENGTH] |
UConverterPlatform UConverterSharedData::platform |
int32_t UConverterSharedData::codepage |
UConverterType UConverterSharedData::conversionType |
int8_t UConverterSharedData::minBytesPerChar |
int8_t UConverterSharedData::maxBytesPerChar |
uint32_t UConverterSharedData::toUnicodeStatus |
int8_t UConverterSharedData::subCharLen |
unsigned char UConverterSharedData::subChar[UCNV_MAX_SUBCHAR_LEN] |
struct { ... } defaultConverterValues |
UConverterTable* UConverterSharedData::table |