Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Header Files   Compound Members   File Members  

UConverter Struct Reference

#include <ucnv_bld.h>

List of all members.

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 *)
UConverterSharedDatasharedData
void* extraInfo


Detailed Description

Draft:

Member Data Documentation

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


The documentation for this struct was generated from the following file:
Generated at Thu Feb 10 15:31:08 2000 for icu by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999