repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Inline functions don't need WINE_UNUSED.
[wine.git]
/
dlls
/
richedit
/
stdcharnames.h
blob
dd94fb9f1458cbb12a286cdba94c4f837e214cda
1
static char
*
stdCharName
[] =
2
{
3
"nothing"
,
4
"space"
,
5
"exclam"
,
6
"quotedbl"
,
7
"numbersign"
,
8
"dollar"
,
9
"percent"
,
10
"ampersand"
,
11
"quoteright"
,
12
"parenleft"
,
13
"parenright"
,
14
"asterisk"
,
15
"plus"
,
16
"comma"
,
17
"hyphen"
,
18
"period"
,
19
"slash"
,
20
"zero"
,
21
"one"
,
22
"two"
,
23
"three"
,
24
"four"
,
25
"five"
,
26
"six"
,
27
"seven"
,
28
"eight"
,
29
"nine"
,
30
"colon"
,
31
"semicolon"
,
32
"less"
,
33
"equal"
,
34
"greater"
,
35
"question"
,
36
"at"
,
37
"A"
,
38
"B"
,
39
"C"
,
40
"D"
,
41
"E"
,
42
"F"
,
43
"G"
,
44
"H"
,
45
"I"
,
46
"J"
,
47
"K"
,
48
"L"
,
49
"M"
,
50
"N"
,
51
"O"
,
52
"P"
,
53
"Q"
,
54
"R"
,
55
"S"
,
56
"T"
,
57
"U"
,
58
"V"
,
59
"W"
,
60
"X"
,
61
"Y"
,
62
"Z"
,
63
"bracketleft"
,
64
"backslash"
,
65
"bracketright"
,
66
"asciicircum"
,
67
"underscore"
,
68
"quoteleft"
,
69
"a"
,
70
"b"
,
71
"c"
,
72
"d"
,
73
"e"
,
74
"f"
,
75
"g"
,
76
"h"
,
77
"i"
,
78
"j"
,
79
"k"
,
80
"l"
,
81
"m"
,
82
"n"
,
83
"o"
,
84
"p"
,
85
"q"
,
86
"r"
,
87
"s"
,
88
"t"
,
89
"u"
,
90
"v"
,
91
"w"
,
92
"x"
,
93
"y"
,
94
"z"
,
95
"braceleft"
,
96
"bar"
,
97
"braceright"
,
98
"asciitilde"
,
99
"exclamdown"
,
100
"cent"
,
101
"sterling"
,
102
"fraction"
,
103
"yen"
,
104
"florin"
,
105
"section"
,
106
"currency"
,
107
"quotedblleft"
,
108
"guillemotleft"
,
109
"guilsinglleft"
,
110
"guilsinglright"
,
111
"fi"
,
112
"fl"
,
113
"endash"
,
114
"dagger"
,
115
"daggerdbl"
,
116
"periodcentered"
,
117
"paragraph"
,
118
"bullet"
,
119
"quotesinglbase"
,
120
"quotedblbase"
,
121
"quotedblright"
,
122
"guillemotright"
,
123
"ellipsis"
,
124
"perthousand"
,
125
"questiondown"
,
126
"grave"
,
127
"acute"
,
128
"circumflex"
,
129
"tilde"
,
130
"macron"
,
131
"breve"
,
132
"dotaccent"
,
133
"dieresis"
,
134
"ring"
,
135
"cedilla"
,
136
"hungarumlaut"
,
137
"ogonek"
,
138
"caron"
,
139
"emdash"
,
140
"AE"
,
141
"ordfeminine"
,
142
"Lslash"
,
143
"Oslash"
,
144
"OE"
,
145
"ordmasculine"
,
146
"ae"
,
147
"dotlessi"
,
148
"lslash"
,
149
"oslash"
,
150
"oe"
,
151
"germandbls"
,
152
"Aacute"
,
153
"Acircumflex"
,
154
"Adieresis"
,
155
"Agrave"
,
156
"Aring"
,
157
"Atilde"
,
158
"Ccedilla"
,
159
"Eacute"
,
160
"Ecircumflex"
,
161
"Edieresis"
,
162
"Egrave"
,
163
"Eth"
,
164
"Iacute"
,
165
"Icircumflex"
,
166
"Idieresis"
,
167
"Igrave"
,
168
"Ntilde"
,
169
"Oacute"
,
170
"Ocircumflex"
,
171
"Odieresis"
,
172
"Ograve"
,
173
"Otilde"
,
174
"Scaron"
,
175
"Thorn"
,
176
"Uacute"
,
177
"Ucircumflex"
,
178
"Udieresis"
,
179
"Ugrave"
,
180
"Yacute"
,
181
"Ydieresis"
,
182
"aacute"
,
183
"acircumflex"
,
184
"adieresis"
,
185
"agrave"
,
186
"aring"
,
187
"atilde"
,
188
"brokenbar"
,
189
"ccedilla"
,
190
"copyright"
,
191
"degree"
,
192
"divide"
,
193
"eacute"
,
194
"ecircumflex"
,
195
"edieresis"
,
196
"egrave"
,
197
"eth"
,
198
"iacute"
,
199
"icircumflex"
,
200
"idieresis"
,
201
"igrave"
,
202
"logicalnot"
,
203
"minus"
,
204
"multiply"
,
205
"ntilde"
,
206
"oacute"
,
207
"ocircumflex"
,
208
"odieresis"
,
209
"ograve"
,
210
"onehalf"
,
211
"onequarter"
,
212
"onesuperior"
,
213
"otilde"
,
214
"plusminus"
,
215
"registered"
,
216
"thorn"
,
217
"threequarters"
,
218
"threesuperior"
,
219
"trademark"
,
220
"twosuperior"
,
221
"uacute"
,
222
"ucircumflex"
,
223
"udieresis"
,
224
"ugrave"
,
225
"yacute"
,
226
"ydieresis"
,
227
"Alpha"
,
228
"Beta"
,
229
"Chi"
,
230
"Delta"
,
231
"Epsilon"
,
232
"Phi"
,
233
"Gamma"
,
234
"Eta"
,
235
"Iota"
,
236
"Kappa"
,
237
"Lambda"
,
238
"Mu"
,
239
"Nu"
,
240
"Omicron"
,
241
"Pi"
,
242
"Theta"
,
243
"Rho"
,
244
"Sigma"
,
245
"Tau"
,
246
"Upsilon"
,
247
"varUpsilon"
,
248
"Omega"
,
249
"Xi"
,
250
"Psi"
,
251
"Zeta"
,
252
"alpha"
,
253
"beta"
,
254
"chi"
,
255
"delta"
,
256
"epsilon"
,
257
"phi"
,
258
"varphi"
,
259
"gamma"
,
260
"eta"
,
261
"iota"
,
262
"kappa"
,
263
"lambda"
,
264
"mu"
,
265
"nu"
,
266
"omicron"
,
267
"pi"
,
268
"varpi"
,
269
"theta"
,
270
"vartheta"
,
271
"rho"
,
272
"sigma"
,
273
"varsigma"
,
274
"tau"
,
275
"upsilon"
,
276
"omega"
,
277
"xi"
,
278
"psi"
,
279
"zeta"
,
280
"nobrkspace"
,
281
"nobrkhyphen"
,
282
"lessequal"
,
283
"greaterequal"
,
284
"infinity"
,
285
"integral"
,
286
"notequal"
,
287
"radical"
,
288
"radicalex"
,
289
"approxequal"
,
290
"apple"
,
291
"partialdiff"
,
292
"opthyphen"
,
293
"formula"
,
294
"lozenge"
,
295
"universal"
,
296
"existential"
,
297
"suchthat"
,
298
"congruent"
,
299
"therefore"
,
300
"perpendicular"
,
301
"minute"
,
302
"club"
,
303
"diamond"
,
304
"heart"
,
305
"spade"
,
306
"arrowboth"
,
307
"arrowleft"
,
308
"arrowup"
,
309
"arrowright"
,
310
"arrowdown"
,
311
"second"
,
312
"proportional"
,
313
"equivalence"
,
314
"arrowvertex"
,
315
"arrowhorizex"
,
316
"carriagereturn"
,
317
"aleph"
,
318
"Ifraktur"
,
319
"Rfraktur"
,
320
"weierstrass"
,
321
"circlemultiply"
,
322
"circleplus"
,
323
"emptyset"
,
324
"intersection"
,
325
"union"
,
326
"propersuperset"
,
327
"reflexsuperset"
,
328
"notsubset"
,
329
"propersubset"
,
330
"reflexsubset"
,
331
"element"
,
332
"notelement"
,
333
"angle"
,
334
"gradient"
,
335
"product"
,
336
"logicaland"
,
337
"logicalor"
,
338
"arrowdblboth"
,
339
"arrowdblleft"
,
340
"arrowdblup"
,
341
"arrowdblright"
,
342
"arrowdbldown"
,
343
"angleleft"
,
344
"registersans"
,
345
"copyrightsans"
,
346
"trademarksans"
,
347
"angleright"
,
348
"mathplus"
,
349
"mathminus"
,
350
"mathasterisk"
,
351
"mathnumbersign"
,
352
"dotmath"
,
353
"mathequal"
,
354
"mathtilde"
,
355
(
char
*)
NULL
356
};