Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

UnicodeCompressor Struct Reference

The UnicodeCompressor struct. More...

#include <scsu.h>

List of all members.

Public Attributes

int32_t fCurrentWindow
 Alias to current dynamic window. More...

int32_t fOffsets [USCSU_NUM_WINDOWS]
 Dynamic compression window offsets. More...

int32_t fMode
 Current compression mode. More...

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

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

int32_t fTimeStamp
 The current time stamp. More...

uint8_t fBuffer [USCSU_BUFSIZE]
 Internal buffer for saving state. More...

int32_t fBufferLength
 Number of characters in our internal buffer. More...


Detailed Description

The UnicodeCompressor struct.

Definition at line 44 of file scsu.h.


Member Data Documentation

uint8_t UnicodeCompressor::fBuffer[ USCSU_BUFSIZE ]
 

Internal buffer for saving state.

Definition at line 65 of file scsu.h.

int32_t UnicodeCompressor::fBufferLength
 

Number of characters in our internal buffer.

Definition at line 68 of file scsu.h.

int32_t UnicodeCompressor::fCurrentWindow
 

Alias to current dynamic window.

Definition at line 47 of file scsu.h.

int32_t UnicodeCompressor::fIndexCount[ USCSU_MAX_INDEX + 1 ]
 

Keeps count of times character indices are encountered.

Definition at line 56 of file scsu.h.

int32_t UnicodeCompressor::fMode
 

Current compression mode.

Definition at line 53 of file scsu.h.

int32_t UnicodeCompressor::fOffsets[ USCSU_NUM_WINDOWS ]
 

Dynamic compression window offsets.

Definition at line 50 of file scsu.h.

int32_t UnicodeCompressor::fTimeStamp
 

The current time stamp.

Definition at line 62 of file scsu.h.

int32_t UnicodeCompressor::fTimeStamps[ USCSU_NUM_WINDOWS ]
 

The time stamps indicate when a window was last defined.

Definition at line 59 of file scsu.h.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 3 19:01:05 2001 for ICU 2.0 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001