ReactOS 0.4.15-dev-7934-g1dc8d80
utf8_table Struct Reference
Collaboration diagram for utf8_table:

Public Attributes

int cmask
 
int cval
 
int shift
 
long lmask
 
long lval
 

Detailed Description

Definition at line 29 of file nls_base.c.

Member Data Documentation

◆ cmask

int utf8_table::cmask

Definition at line 30 of file nls_base.c.

Referenced by utf8_mbtowc(), and utf8_wctomb().

◆ cval

int utf8_table::cval

Definition at line 31 of file nls_base.c.

◆ lmask

long utf8_table::lmask

Definition at line 33 of file nls_base.c.

Referenced by utf8_wctomb().

◆ lval

long utf8_table::lval

Definition at line 34 of file nls_base.c.

Referenced by utf8_mbtowc().

◆ shift

int utf8_table::shift

Definition at line 32 of file nls_base.c.


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