Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Header Files   Compound Members   File Members  

UnicodeCompressor Struct Reference

The UnicodeCompressor struct. More...

#include <scsu.h>

List of all members.


Public Members

int32_t fCurrentWindow
Alias to current dynamic window.

int32_t fOffsets [ USCSU_NUM_WINDOWS ]
Dynamic compression window offsets.

int32_t fMode
Current compression mode.

int32_t fIndexCount [ USCSU_MAX_INDEX + 1 ]
Keeps count of times character indices are encountered.

int32_t fTimeStamps [ USCSU_NUM_WINDOWS ]
The time stamps indicate when a window was last defined.

int32_t fTimeStamp
The current time stamp.

uint8_t fBuffer [ USCSU_BUFSIZE ]
Internal buffer for saving state.

int32_t fBufferLength
Number of characters in our internal buffer.


Detailed Description

The UnicodeCompressor struct.


Member Data Documentation

int32_t UnicodeCompressor::fCurrentWindow

Alias to current dynamic window.

int32_t UnicodeCompressor::fOffsets[ USCSU_NUM_WINDOWS ]

Dynamic compression window offsets.

int32_t UnicodeCompressor::fMode

Current compression mode.

int32_t UnicodeCompressor::fIndexCount[ USCSU_MAX_INDEX + 1 ]

Keeps count of times character indices are encountered.

int32_t UnicodeCompressor::fTimeStamps[ USCSU_NUM_WINDOWS ]

The time stamps indicate when a window was last defined.

int32_t UnicodeCompressor::fTimeStamp

The current time stamp.

uint8_t UnicodeCompressor::fBuffer[ USCSU_BUFSIZE ]

Internal buffer for saving state.

int32_t UnicodeCompressor::fBufferLength

Number of characters in our internal buffer.


The documentation for this struct was generated from the following file:
Generated at Thu Feb 10 15:31:13 2000 for icu by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999