]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ascii.h
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Modules / expat / ascii.h
CommitLineData
4710c53d 1/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd\r
2 See the file COPYING for copying permission.\r
3*/\r
4\r
5#define ASCII_A 0x41\r
6#define ASCII_B 0x42\r
7#define ASCII_C 0x43\r
8#define ASCII_D 0x44\r
9#define ASCII_E 0x45\r
10#define ASCII_F 0x46\r
11#define ASCII_G 0x47\r
12#define ASCII_H 0x48\r
13#define ASCII_I 0x49\r
14#define ASCII_J 0x4A\r
15#define ASCII_K 0x4B\r
16#define ASCII_L 0x4C\r
17#define ASCII_M 0x4D\r
18#define ASCII_N 0x4E\r
19#define ASCII_O 0x4F\r
20#define ASCII_P 0x50\r
21#define ASCII_Q 0x51\r
22#define ASCII_R 0x52\r
23#define ASCII_S 0x53\r
24#define ASCII_T 0x54\r
25#define ASCII_U 0x55\r
26#define ASCII_V 0x56\r
27#define ASCII_W 0x57\r
28#define ASCII_X 0x58\r
29#define ASCII_Y 0x59\r
30#define ASCII_Z 0x5A\r
31\r
32#define ASCII_a 0x61\r
33#define ASCII_b 0x62\r
34#define ASCII_c 0x63\r
35#define ASCII_d 0x64\r
36#define ASCII_e 0x65\r
37#define ASCII_f 0x66\r
38#define ASCII_g 0x67\r
39#define ASCII_h 0x68\r
40#define ASCII_i 0x69\r
41#define ASCII_j 0x6A\r
42#define ASCII_k 0x6B\r
43#define ASCII_l 0x6C\r
44#define ASCII_m 0x6D\r
45#define ASCII_n 0x6E\r
46#define ASCII_o 0x6F\r
47#define ASCII_p 0x70\r
48#define ASCII_q 0x71\r
49#define ASCII_r 0x72\r
50#define ASCII_s 0x73\r
51#define ASCII_t 0x74\r
52#define ASCII_u 0x75\r
53#define ASCII_v 0x76\r
54#define ASCII_w 0x77\r
55#define ASCII_x 0x78\r
56#define ASCII_y 0x79\r
57#define ASCII_z 0x7A\r
58\r
59#define ASCII_0 0x30\r
60#define ASCII_1 0x31\r
61#define ASCII_2 0x32\r
62#define ASCII_3 0x33\r
63#define ASCII_4 0x34\r
64#define ASCII_5 0x35\r
65#define ASCII_6 0x36\r
66#define ASCII_7 0x37\r
67#define ASCII_8 0x38\r
68#define ASCII_9 0x39\r
69\r
70#define ASCII_TAB 0x09\r
71#define ASCII_SPACE 0x20\r
72#define ASCII_EXCL 0x21\r
73#define ASCII_QUOT 0x22\r
74#define ASCII_AMP 0x26\r
75#define ASCII_APOS 0x27\r
76#define ASCII_MINUS 0x2D\r
77#define ASCII_PERIOD 0x2E\r
78#define ASCII_COLON 0x3A\r
79#define ASCII_SEMI 0x3B\r
80#define ASCII_LT 0x3C\r
81#define ASCII_EQUALS 0x3D\r
82#define ASCII_GT 0x3E\r
83#define ASCII_LSQB 0x5B\r
84#define ASCII_RSQB 0x5D\r
85#define ASCII_UNDERSCORE 0x5F\r