CnvUtilities::SMethod Struct Reference

#include <convutils.h>

struct CnvUtilities::SMethod

Member Attribute Documentation

iConversionData

const SCnvConversionData *iConversionData

The conversion data.

iConvertToIntermediateBufferInPlace

FConvertToIntermediateBufferInPlace iConvertToIntermediateBufferInPlace

A pointer to a function which prepares the text for conversion into Unicode. For instance it might remove any shifting or other special characters.

iNumberOfBytesAbleToConvert

FNumberOfBytesAbleToConvert iNumberOfBytesAbleToConvert

A pointer to a function which calculates the number of consecutive bytes in the remainder of the foreign descriptor which can be converted using the current character set's conversion data. It may return a negative CCnvCharacterSetConverter::TError value to indicate an error in the encoding.

iNumberOfBytesPerCharacter

TInt16 iNumberOfBytesPerCharacter

The number of bytes per character.

iNumberOfCoreBytesPerCharacter

TInt16 iNumberOfCoreBytesPerCharacter

The number of core bytes per character.