|
||
class TUnicodeCompressionState;
Defined in TUnicodeCompressionState
:
EDynamicWindows
ENotUnicode
EOutputBufferOverflow
ESpecialBases
EStaticWindows
EUnhandledByte
TPanic
anonymous
iActiveWindowBase
iCompressedBytes
iDynamicWindow
iDynamicWindowDefault
iMaxCompressedBytes
iMaxUnicodeWords
iSpecialBase
iStaticWindow
iUnicodeMode
iUnicodeWords
protected: const TUint32 iStaticWindow[EStaticWindows]={
0x0000,
0x0080,
0x0100,
0x0300,
0x2000,
0x2080,
0x2100,
0x3000
};
protected: const TUint32 iDynamicWindowDefault[EDynamicWindows]={
0x0080,
0x00C0,
0x0400,
0x0600,
0x0900,
0x3040,
0x30A0,
0xFF00
};
protected: const TUint16 iSpecialBase[ESpecialBases]={
0x00C0,
0x0250,
0x0370,
0x0530,
0x3040,
0x30A0,
0xFF60
};
protected: TInt iMaxCompressedBytes;