Libparserutils
Data Fields
charset_ext8_codec Struct Reference

Windows charset codec. More...

Data Fields

parserutils_charset_codec base
 Base class. More...
 
uint32_t * table
 Mapping table for 0x80-0xFF. More...
 
uint32_t read_buf [READ_BUFSIZE]
 Buffer for partial output sequences (decode) (host-endian) More...
 
size_t read_len
 Character length of read_buf. More...
 
uint32_t write_buf [WRITE_BUFSIZE]
 Buffer for partial output sequences (encode) (host-endian) More...
 
size_t write_len
 Character length of write_buf. More...
 

Detailed Description

Windows charset codec.

Definition at line 40 of file codec_ext8.c.

Field Documentation

parserutils_charset_codec charset_ext8_codec::base

Base class.

Definition at line 41 of file codec_ext8.c.

Referenced by charset_ext8_codec_create(), charset_ext8_codec_read_char(), and charset_ext8_from_ucs4().

uint32_t charset_ext8_codec::read_buf[READ_BUFSIZE]

Buffer for partial output sequences (decode) (host-endian)

Definition at line 46 of file codec_ext8.c.

Referenced by charset_ext8_codec_create(), charset_ext8_codec_decode(), charset_ext8_codec_output_decoded_char(), and charset_ext8_codec_reset().

size_t charset_ext8_codec::read_len
uint32_t* charset_ext8_codec::table

Mapping table for 0x80-0xFF.

Definition at line 43 of file codec_ext8.c.

Referenced by charset_ext8_codec_create(), charset_ext8_from_ucs4(), and charset_ext8_to_ucs4().

uint32_t charset_ext8_codec::write_buf[WRITE_BUFSIZE]

Buffer for partial output sequences (encode) (host-endian)

Definition at line 52 of file codec_ext8.c.

Referenced by charset_ext8_codec_create(), charset_ext8_codec_encode(), and charset_ext8_codec_reset().

size_t charset_ext8_codec::write_len

Character length of write_buf.

Definition at line 55 of file codec_ext8.c.

Referenced by charset_ext8_codec_create(), charset_ext8_codec_encode(), and charset_ext8_codec_reset().


The documentation for this struct was generated from the following file: