#include <ucnv_bld.h>
Public Members | |||
![]() | ![]() | int32_t | toUnicodeStatus |
![]() | ![]() | int32_t | fromUnicodeStatus |
![]() | ![]() | int8_t | invalidCharLength |
![]() | ![]() | int8_t | invalidUCharLength |
![]() | ![]() | int8_t | pad |
![]() | ![]() | int32_t | mode |
![]() | ![]() | int8_t | subCharLen |
![]() | ![]() | unsigned char | subChar [UCNV_MAX_SUBCHAR_LEN] |
![]() | ![]() | UChar | UCharErrorBuffer [UCNV_ERROR_BUFFER_LENGTH] |
![]() | ![]() | unsigned char | charErrorBuffer [UCNV_ERROR_BUFFER_LENGTH] |
![]() | ![]() | int8_t | UCharErrorBufferLength |
![]() | ![]() | int8_t | charErrorBufferLength |
![]() | ![]() | UChar | invalidUCharBuffer [3] |
![]() | ![]() | char | invalidCharBuffer [UCNV_MAX_SUBCHAR_LEN] |
![]() | ![]() | void (* | fromUCharErrorBehaviour )(struct UConverter *, char **, const char *, const UChar **, const UChar *, int32_t* offsets, bool_t, UErrorCode *) |
![]() | ![]() | void (* | fromCharErrorBehaviour )(struct UConverter *, UChar **, const UChar *, const char **, const char *, int32_t* offsets, bool_t, UErrorCode *) |
![]() | ![]() | UConverterSharedData* | sharedData |
![]() | ![]() | void* | extraInfo |
int32_t UConverter::toUnicodeStatus |
int32_t UConverter::fromUnicodeStatus |
int8_t UConverter::invalidCharLength |
int8_t UConverter::invalidUCharLength |
int8_t UConverter::pad |
int32_t UConverter::mode |
int8_t UConverter::subCharLen |
unsigned char UConverter::subChar[UCNV_MAX_SUBCHAR_LEN] |
UChar UConverter::UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH] |
unsigned char UConverter::charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH] |
int8_t UConverter::UCharErrorBufferLength |
int8_t UConverter::charErrorBufferLength |
UChar UConverter::invalidUCharBuffer[3] |
char UConverter::invalidCharBuffer[UCNV_MAX_SUBCHAR_LEN] |
void (* UConverter::fromUCharErrorBehaviour)(struct UConverter *, char **, const char *, const UChar **, const UChar *, int32_t* offsets, bool_t, UErrorCode *) |
void (* UConverter::fromCharErrorBehaviour)(struct UConverter *, UChar **, const UChar *, const char **, const char *, int32_t* offsets, bool_t, UErrorCode *) |
UConverterSharedData* UConverter::sharedData |
void* UConverter::extraInfo |