CnvUtilities::SMethod Struct Reference

struct CnvUtilities::SMethod

Member Data Documentation

const SCnvConversionData * iConversionData

const SCnvConversionData * iConversionData

The conversion data.

FConvertToIntermediateBufferInPlace 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.

FNumberOfBytesAbleToConvert 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.

TInt16 iNumberOfBytesPerCharacter

TInt16 iNumberOfBytesPerCharacter

The number of bytes per character.

TInt16 iNumberOfCoreBytesPerCharacter

TInt16 iNumberOfCoreBytesPerCharacter

The number of core bytes per character.