Main Page Class Hierarchy Compound List File List Header Files Sources Compound Members File Members
UnicodeCompressor Struct Reference
The UnicodeCompressor struct.
More...
#include <scsu.h>
List of all members.
Detailed Description
The UnicodeCompressor struct.
Definition at line 35 of file scsu.h.
Member Data Documentation
int32_t UnicodeCompressor::fCurrentWindow
|
Alias to current dynamic window.
Definition at line 38 of file scsu.h.
int32_t UnicodeCompressor::fOffsets[ USCSU_NUM_WINDOWS ]
|
Dynamic compression window offsets.
Definition at line 41 of file scsu.h.
Current compression mode.
Definition at line 44 of file scsu.h.
int32_t UnicodeCompressor::fIndexCount[ USCSU_MAX_INDEX + 1 ]
|
Keeps count of times character indices are encountered.
Definition at line 47 of file scsu.h.
int32_t UnicodeCompressor::fTimeStamps[ USCSU_NUM_WINDOWS ]
|
The time stamps indicate when a window was last defined.
Definition at line 50 of file scsu.h.
int32_t UnicodeCompressor::fTimeStamp
|
The current time stamp.
Definition at line 53 of file scsu.h.
uint8_t UnicodeCompressor::fBuffer[ USCSU_BUFSIZE ]
|
Internal buffer for saving state.
Definition at line 56 of file scsu.h.
int32_t UnicodeCompressor::fBufferLength
|
Number of characters in our internal buffer.
Definition at line 59 of file scsu.h.
The documentation for this struct was generated from the following file:
Generated at Mon Jun 5 12:53:26 2000 for ICU1.5 by
1.0.0 written by Dimitri van Heesch,
© 1997-1999