ReactOS 0.4.15-dev-7953-g1f49173
dbcs_table Struct Reference

#include <unicode.h>

Collaboration diagram for dbcs_table:

Public Attributes

struct cp_info info
 
const WCHARcp2uni
 
const unsigned charcp2uni_leadbytes
 
const unsigned shortuni2cp_low
 
const unsigned shortuni2cp_high
 
unsigned char lead_bytes [12]
 

Detailed Description

Definition at line 84 of file unicode.h.

Member Data Documentation

◆ cp2uni

const WCHAR* dbcs_table::cp2uni

Definition at line 87 of file unicode.h.

◆ cp2uni_leadbytes

const unsigned char* dbcs_table::cp2uni_leadbytes

Definition at line 88 of file unicode.h.

◆ info

struct cp_info dbcs_table::info

Definition at line 86 of file unicode.h.

◆ lead_bytes

unsigned char dbcs_table::lead_bytes[12]

Definition at line 91 of file unicode.h.

◆ uni2cp_high

const unsigned short* dbcs_table::uni2cp_high

Definition at line 90 of file unicode.h.

◆ uni2cp_low

const unsigned short* dbcs_table::uni2cp_low

Definition at line 89 of file unicode.h.


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