#include <ucnv_bld.h>
Public Members | |||
![]() | ![]() | uint32_t | toUnicodeStatus |
![]() | ![]() | uint32_t | fromUnicodeStatus |
![]() | ![]() | int32_t | mode |
![]() | ![]() | UBool | useFallback |
![]() | ![]() | int8_t | subCharLen |
![]() | ![]() | int8_t | invalidCharLength |
![]() | ![]() | int8_t | invalidUCharLength |
![]() | ![]() | int8_t | charErrorBufferLength |
![]() | ![]() | int8_t | UCharErrorBufferLength |
![]() | ![]() | uint8_t | subChar [UCNV_MAX_SUBCHAR_LEN] |
![]() | ![]() | char | invalidCharBuffer [UCNV_MAX_SUBCHAR_LEN] |
![]() | ![]() | uint8_t | charErrorBuffer [UCNV_ERROR_BUFFER_LENGTH] |
![]() | ![]() | UChar | invalidUCharBuffer [3] |
![]() | ![]() | UChar | UCharErrorBuffer [UCNV_ERROR_BUFFER_LENGTH] |
![]() | ![]() | void (* | fromUCharErrorBehaviour )(struct UConverter *, char **, const char *, const UChar **, const UChar *, int32_t* offsets, UBool, UErrorCode *) |
![]() | ![]() | void (* | fromCharErrorBehaviour )(struct UConverter *, UChar **, const UChar *, const char **, const char *, int32_t* offsets, UBool, UErrorCode *) |
![]() | ![]() | UConverterSharedData* | sharedData |
![]() | ![]() | void* | extraInfo |
Definition at line 184 of file ucnv_bld.h.
uint32_t UConverter::toUnicodeStatus |
Definition at line 185 of file ucnv_bld.h.
uint32_t UConverter::fromUnicodeStatus |
Definition at line 186 of file ucnv_bld.h.
int32_t UConverter::mode |
Definition at line 187 of file ucnv_bld.h.
UBool UConverter::useFallback |
Definition at line 188 of file ucnv_bld.h.
int8_t UConverter::subCharLen |
Definition at line 190 of file ucnv_bld.h.
int8_t UConverter::invalidCharLength |
Definition at line 191 of file ucnv_bld.h.
int8_t UConverter::invalidUCharLength |
Definition at line 192 of file ucnv_bld.h.
int8_t UConverter::charErrorBufferLength |
Definition at line 193 of file ucnv_bld.h.
int8_t UConverter::UCharErrorBufferLength |
Definition at line 194 of file ucnv_bld.h.
uint8_t UConverter::subChar[UCNV_MAX_SUBCHAR_LEN] |
Definition at line 196 of file ucnv_bld.h.
char UConverter::invalidCharBuffer[UCNV_MAX_SUBCHAR_LEN] |
Definition at line 197 of file ucnv_bld.h.
uint8_t UConverter::charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH] |
Definition at line 198 of file ucnv_bld.h.
UChar UConverter::invalidUCharBuffer[3] |
Definition at line 200 of file ucnv_bld.h.
UChar UConverter::UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH] |
Definition at line 201 of file ucnv_bld.h.
void (* UConverter::fromUCharErrorBehaviour)(struct UConverter *, char **, const char *, const UChar **, const UChar *, int32_t* offsets, UBool, UErrorCode *) |
void (* UConverter::fromCharErrorBehaviour)(struct UConverter *, UChar **, const UChar *, const char **, const char *, int32_t* offsets, UBool, UErrorCode *) |
UConverterSharedData* UConverter::sharedData |
Definition at line 228 of file ucnv_bld.h.
void* UConverter::extraInfo |
Definition at line 234 of file ucnv_bld.h.