struct CnvUtilities::SMethod |
const SCnvConversionData * | iConversionData |
The conversion data.
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 |
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 |
The number of bytes per character.
TInt16 | iNumberOfCoreBytesPerCharacter |
The number of core bytes per character.