ReactOS 0.4.15-dev-7918-g2a2556c
c_20932.c File Reference
#include "wine/unicode.h"
Include dependency graph for c_20932.c:

Go to the source code of this file.

Variables

static const WCHAR cp2uni [20480]
 
static const unsigned char cp2uni_leadbytes [256]
 
static const unsigned short uni2cp_low []
 
static const unsigned short uni2cp_high [256]
 
const struct dbcs_table DECLSPEC_HIDDEN cptable_20932
 

Variable Documentation

◆ cp2uni

const WCHAR cp2uni[20480]
static

Definition at line 7 of file c_20932.c.

◆ cp2uni_leadbytes

const unsigned char cp2uni_leadbytes[256]
static

Definition at line 2650 of file c_20932.c.

◆ cptable_20932

Initial value:
=
{
{ 20932, 2, 0x003f, 0x30fb, "EUC-JP" },
{
0x8e, 0x8f, 0xa1, 0xfe, 0x00, 0x00
}
}
static const WCHAR cp2uni[20480]
Definition: c_20932.c:7
static const unsigned char cp2uni_leadbytes[256]
Definition: c_20932.c:2650
static const unsigned short uni2cp_high[256]
Definition: c_20932.c:6232
static const unsigned short uni2cp_low[]
Definition: c_20932.c:2686

Definition at line 6268 of file c_20932.c.

◆ uni2cp_high

const unsigned short uni2cp_high[256]
static

Definition at line 6232 of file c_20932.c.

◆ uni2cp_low

const unsigned short uni2cp_low[]
static

Definition at line 2686 of file c_20932.c.