ReactOS 0.4.15-dev-7842-g558ab78
c_10008.c File Reference
#include "wine/unicode.h"
Include dependency graph for c_10008.c:

Go to the source code of this file.

Variables

static const WCHAR cp2uni [20992]
 
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_10008
 

Variable Documentation

◆ cp2uni

const WCHAR cp2uni[20992]
static

Definition at line 7 of file c_10008.c.

◆ cp2uni_leadbytes

const unsigned char cp2uni_leadbytes[256]
static

Definition at line 2716 of file c_10008.c.

◆ cptable_10008

Initial value:
=
{
{ 10008, 2, 0x003f, 0x003f, "Mac Simplified Chinese" },
{
0xa1, 0xa9, 0xb0, 0xf7, 0x00, 0x00
}
}
static const unsigned char cp2uni_leadbytes[256]
Definition: c_10008.c:2716
static const WCHAR cp2uni[20992]
Definition: c_10008.c:7
static const unsigned short uni2cp_high[256]
Definition: c_10008.c:6268
static const unsigned short uni2cp_low[]
Definition: c_10008.c:2752

Definition at line 6304 of file c_10008.c.

◆ uni2cp_high

const unsigned short uni2cp_high[256]
static

Definition at line 6268 of file c_10008.c.

◆ uni2cp_low

const unsigned short uni2cp_low[]
static

Definition at line 2752 of file c_10008.c.