Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <S32UCMP.H>
Link against: estor.lib

Class TUnicodeCompressionState

class TUnicodeCompressionState;

Description

Members

Defined in TUnicodeCompressionState:


Member enumerations


Enum TPanic

TPanic

Description

EUnhandledByte

ENotUnicode

EOutputBufferOverflow


Enum anonymous

protected: n/a

Description

EStaticWindows

EDynamicWindows

ESpecialBases

[Top]


Member data


iUnicodeMode

protected: TBool iUnicodeMode;

Description


iActiveWindowBase

protected: TUint32 iActiveWindowBase;

Description


iStaticWindow

protected: const TUint32 iStaticWindow[EStaticWindows]={
    0x0000,     
    0x0080,     
    0x0100,     
    0x0300,     
    0x2000,     
    0x2080,     
    0x2100,     
    0x3000      
    };

Description


iDynamicWindowDefault

protected: const TUint32 iDynamicWindowDefault[EDynamicWindows]={
    0x0080,     
    0x00C0,     
    0x0400,     
    0x0600,     
    0x0900,     
    0x3040,     
    0x30A0,     
    0xFF00      
    };

Description


iSpecialBase

protected: const TUint16 iSpecialBase[ESpecialBases]={
    0x00C0,     
    0x0250,     
    0x0370,     
    0x0530,     
    0x3040,     
    0x30A0,     
    0xFF60      
    };

Description


iDynamicWindow

protected: TUint32 iDynamicWindow[EDynamicWindows];

Description


iUnicodeWords

protected: TInt iUnicodeWords;

Description


iMaxUnicodeWords

protected: TInt iMaxUnicodeWords;

Description


iCompressedBytes

protected: TInt iCompressedBytes;

Description


iMaxCompressedBytes

protected: TInt iMaxCompressedBytes;

Description