5 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
6 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
7 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
8 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
9 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
10 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
11 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
12 && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
13 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
14 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
15 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
16 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
17 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
18 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
19 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
20 && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
21 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
22 && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
23 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
24 && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
25 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
26 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
27 && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
32 #line 5 "tokens.gperf"
39 #define TOTAL_KEYWORDS 310
40 #define MIN_WORD_LENGTH 1
41 #define MAX_WORD_LENGTH 31
42 #define MIN_HASH_VALUE 4
43 #define MAX_HASH_VALUE 708
49 static inline unsigned int hash (
const char *str,
size_t len);
57 static const unsigned short asso_values[] =
59 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
60 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
61 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
62 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
63 709, 709, 709, 709, 709, 709, 709, 709, 709, 165,
64 77, 127, 102, 47, 40, 1, 709, 709, 0, 709,
65 709, 709, 709, 709, 709, 183, 101, 85, 180, 82,
66 19, 95, 196, 127, 0, 30, 80, 194, 161, 90,
67 10, 125, 116, 32, 18, 22, 158, 83, 90, 95,
68 709, 709, 709, 709, 709, 709, 709, 0, 127, 43,
69 3, 0, 25, 22, 168, 0, 108, 11, 2, 76,
70 0, 33, 95, 709, 8, 20, 1, 35, 0, 178,
71 96, 37, 4, 709, 709, 709, 709, 709, 709, 709,
72 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
73 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
74 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
75 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
76 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
77 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
78 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
79 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
80 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
81 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
82 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
83 709, 709, 709, 709, 709, 709, 709, 709, 709, 709,
84 709, 709, 709, 709, 709, 709
86 unsigned int hval = len;
91 hval += asso_values[
static_cast<unsigned char>(str[13])];
92 #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
94 #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
95 __attribute__ ((__fallthrough__));
107 hval += asso_values[
static_cast<unsigned char>(str[4])];
108 #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
110 #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
111 __attribute__ ((__fallthrough__));
115 hval += asso_values[
static_cast<unsigned char>(str[3])];
116 #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
118 #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
119 __attribute__ ((__fallthrough__));
123 hval += asso_values[
static_cast<unsigned char>(str[2])];
124 #if (defined __cplusplus && (__cplusplus >= 201703L || (__cplusplus >= 201103L && defined __clang__ && __clang_major__ + (__clang_minor__ >= 9) > 3))) || (defined __STDC_VERSION__ && __STDC_VERSION__ >= 202000L && ((defined __GNUC__ && __GNUC__ >= 10) || (defined __clang__ && __clang_major__ >= 9)))
126 #elif (defined __GNUC__ && __GNUC__ >= 7) || (defined __clang__ && __clang_major__ >= 10)
127 __attribute__ ((__fallthrough__));
132 hval += asso_values[
static_cast<unsigned char>(str[0])];
135 return hval + asso_values[
static_cast<unsigned char>(str[len - 1])];
138 #if (defined __GNUC__ && __GNUC__ + (__GNUC_MINOR__ >= 6) > 4) || (defined __clang__ && __clang_major__ >= 3)
139 #pragma GCC diagnostic push
140 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
144 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
145 #line 239
"tokens.gperf"
148 #line 257
"tokens.gperf"
150 #line 256 "tokens.gperf"
152 #line 275 "tokens.gperf"
155 #line 255
"tokens.gperf"
157 #line 316 "tokens.gperf"
159 #line 286 "tokens.gperf"
161 #line 315 "tokens.gperf"
163 #line 305 "tokens.gperf"
165 #line 285 "tokens.gperf"
167 #line 283 "tokens.gperf"
169 #line 144 "tokens.gperf"
171 {(
char*)0, 0}, {(
char*)0, 0},
172 #line 282
"tokens.gperf"
175 #line 137
"tokens.gperf"
177 #line 317 "tokens.gperf"
179 #line 319 "tokens.gperf"
181 #line 71 "tokens.gperf"
184 #line 318
"tokens.gperf"
186 #line 320 "tokens.gperf"
188 #line 62 "tokens.gperf"
190 #line 287 "tokens.gperf"
192 #line 288 "tokens.gperf"
194 #line 267 "tokens.gperf"
197 #line 74
"tokens.gperf"
199 #line 306 "tokens.gperf"
201 #line 130 "tokens.gperf"
204 #line 75
"tokens.gperf"
206 #line 143 "tokens.gperf"
208 #line 178 "tokens.gperf"
211 #line 251
"tokens.gperf"
213 #line 246 "tokens.gperf"
215 #line 67 "tokens.gperf"
217 #line 184 "tokens.gperf"
219 #line 185 "tokens.gperf"
221 #line 258 "tokens.gperf"
223 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
224 #line 314
"tokens.gperf"
226 #line 142 "tokens.gperf"
228 {(
char*)0, 0}, {(
char*)0, 0},
229 #line 65
"tokens.gperf"
231 #line 294 "tokens.gperf"
233 #line 295 "tokens.gperf"
235 #line 313 "tokens.gperf"
238 #line 72
"tokens.gperf"
240 #line 240 "tokens.gperf"
242 #line 241 "tokens.gperf"
244 #line 235 "tokens.gperf"
246 #line 249 "tokens.gperf"
248 #line 252 "tokens.gperf"
250 #line 271 "tokens.gperf"
252 #line 270 "tokens.gperf"
254 #line 284 "tokens.gperf"
256 #line 250 "tokens.gperf"
258 #line 132 "tokens.gperf"
260 #line 281 "tokens.gperf"
262 #line 133 "tokens.gperf"
264 #line 134 "tokens.gperf"
267 #line 187
"tokens.gperf"
269 #line 136 "tokens.gperf"
271 #line 66 "tokens.gperf"
273 {(
char*)0, 0}, {(
char*)0, 0},
274 #line 248
"tokens.gperf"
276 #line 188 "tokens.gperf"
278 #line 168 "tokens.gperf"
280 #line 109 "tokens.gperf"
282 #line 279 "tokens.gperf"
284 #line 68 "tokens.gperf"
286 #line 236 "tokens.gperf"
288 #line 263 "tokens.gperf"
290 #line 310 "tokens.gperf"
292 #line 301 "tokens.gperf"
294 #line 302 "tokens.gperf"
296 #line 292 "tokens.gperf"
298 #line 272 "tokens.gperf"
300 #line 141 "tokens.gperf"
302 #line 32 "tokens.gperf"
304 #line 186 "tokens.gperf"
306 #line 107 "tokens.gperf"
308 #line 290 "tokens.gperf"
310 #line 280 "tokens.gperf"
312 #line 76 "tokens.gperf"
314 #line 112 "tokens.gperf"
316 #line 189 "tokens.gperf"
318 #line 243 "tokens.gperf"
320 #line 233 "tokens.gperf"
322 #line 33 "tokens.gperf"
324 #line 244 "tokens.gperf"
326 #line 304 "tokens.gperf"
328 #line 129 "tokens.gperf"
330 #line 31 "tokens.gperf"
332 #line 34 "tokens.gperf"
335 #line 24
"tokens.gperf"
337 #line 247 "tokens.gperf"
339 #line 312 "tokens.gperf"
341 #line 180 "tokens.gperf"
343 #line 25 "tokens.gperf"
345 #line 245 "tokens.gperf"
347 #line 183 "tokens.gperf"
349 #line 26 "tokens.gperf"
351 #line 199 "tokens.gperf"
354 #line 27
"tokens.gperf"
356 #line 156 "tokens.gperf"
358 #line 261 "tokens.gperf"
361 #line 212
"tokens.gperf"
363 {(
char*)0, 0}, {(
char*)0, 0},
364 #line 56
"tokens.gperf"
366 #line 253 "tokens.gperf"
368 #line 213 "tokens.gperf"
370 #line 169 "tokens.gperf"
372 #line 59 "tokens.gperf"
374 #line 277 "tokens.gperf"
376 #line 232 "tokens.gperf"
378 #line 63 "tokens.gperf"
380 #line 113 "tokens.gperf"
382 #line 104 "tokens.gperf"
384 #line 311 "tokens.gperf"
386 #line 276 "tokens.gperf"
388 #line 35 "tokens.gperf"
390 #line 231 "tokens.gperf"
392 #line 300 "tokens.gperf"
394 #line 106 "tokens.gperf"
397 #line 192
"tokens.gperf"
399 #line 242 "tokens.gperf"
401 #line 23 "tokens.gperf"
403 #line 291 "tokens.gperf"
405 #line 162 "tokens.gperf"
407 #line 293 "tokens.gperf"
410 #line 172
"tokens.gperf"
412 #line 38 "tokens.gperf"
414 #line 296 "tokens.gperf"
416 #line 99 "tokens.gperf"
418 #line 278 "tokens.gperf"
420 #line 95 "tokens.gperf"
422 #line 195 "tokens.gperf"
425 #line 179
"tokens.gperf"
427 #line 260 "tokens.gperf"
429 #line 73 "tokens.gperf"
431 #line 98 "tokens.gperf"
433 #line 49 "tokens.gperf"
435 #line 182 "tokens.gperf"
437 #line 19 "tokens.gperf"
439 #line 145 "tokens.gperf"
441 {(
char*)0, 0}, {(
char*)0, 0},
442 #line 28
"tokens.gperf"
444 #line 228 "tokens.gperf"
446 #line 238 "tokens.gperf"
448 #line 114 "tokens.gperf"
450 #line 36 "tokens.gperf"
452 #line 273 "tokens.gperf"
454 #line 309 "tokens.gperf"
456 #line 64 "tokens.gperf"
458 #line 204 "tokens.gperf"
460 #line 219 "tokens.gperf"
462 #line 222 "tokens.gperf"
464 #line 111 "tokens.gperf"
466 #line 308 "tokens.gperf"
468 #line 164 "tokens.gperf"
470 #line 298 "tokens.gperf"
472 #line 52 "tokens.gperf"
475 #line 254
"tokens.gperf"
477 #line 197 "tokens.gperf"
479 #line 125 "tokens.gperf"
481 #line 225 "tokens.gperf"
483 #line 289 "tokens.gperf"
485 #line 154 "tokens.gperf"
487 #line 139 "tokens.gperf"
489 #line 269 "tokens.gperf"
491 #line 262 "tokens.gperf"
493 #line 230 "tokens.gperf"
495 #line 155 "tokens.gperf"
497 #line 198 "tokens.gperf"
499 #line 206 "tokens.gperf"
501 {(
char*)0, 0}, {(
char*)0, 0},
502 #line 17
"tokens.gperf"
504 #line 140 "tokens.gperf"
506 #line 274 "tokens.gperf"
508 #line 151 "tokens.gperf"
510 #line 149 "tokens.gperf"
512 #line 147 "tokens.gperf"
514 #line 105 "tokens.gperf"
516 #line 208 "tokens.gperf"
518 #line 153 "tokens.gperf"
520 #line 15 "tokens.gperf"
522 {(
char*)0, 0}, {(
char*)0, 0},
523 #line 14
"tokens.gperf"
525 #line 43 "tokens.gperf"
527 #line 138 "tokens.gperf"
529 #line 96 "tokens.gperf"
531 #line 21 "tokens.gperf"
534 #line 13
"tokens.gperf"
536 #line 229 "tokens.gperf"
539 #line 22
"tokens.gperf"
541 #line 209 "tokens.gperf"
543 #line 87 "tokens.gperf"
546 #line 200
"tokens.gperf"
548 #line 119 "tokens.gperf"
550 #line 115 "tokens.gperf"
552 #line 60 "tokens.gperf"
554 #line 210 "tokens.gperf"
556 #line 170 "tokens.gperf"
558 #line 177 "tokens.gperf"
560 #line 116 "tokens.gperf"
562 #line 202 "tokens.gperf"
564 #line 211 "tokens.gperf"
566 #line 171 "tokens.gperf"
568 #line 131 "tokens.gperf"
570 #line 159 "tokens.gperf"
573 #line 120
"tokens.gperf"
575 #line 37 "tokens.gperf"
578 #line 53
"tokens.gperf"
580 #line 174 "tokens.gperf"
582 #line 126 "tokens.gperf"
584 #line 44 "tokens.gperf"
586 #line 81 "tokens.gperf"
588 #line 268 "tokens.gperf"
590 #line 122 "tokens.gperf"
592 #line 61 "tokens.gperf"
594 #line 297 "tokens.gperf"
596 #line 307 "tokens.gperf"
598 #line 97 "tokens.gperf"
600 #line 181 "tokens.gperf"
603 #line 265
"tokens.gperf"
605 #line 79 "tokens.gperf"
607 #line 227 "tokens.gperf"
610 #line 46
"tokens.gperf"
612 #line 51 "tokens.gperf"
615 #line 234
"tokens.gperf"
617 #line 303 "tokens.gperf"
619 #line 110 "tokens.gperf"
622 #line 57
"tokens.gperf"
624 #line 201 "tokens.gperf"
626 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
627 #line 196
"tokens.gperf"
630 #line 40
"tokens.gperf"
632 #line 214 "tokens.gperf"
634 #line 58 "tokens.gperf"
636 #line 216 "tokens.gperf"
638 #line 218 "tokens.gperf"
640 #line 157 "tokens.gperf"
643 #line 80
"tokens.gperf"
645 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
646 #line 223
"tokens.gperf"
648 #line 217 "tokens.gperf"
650 #line 205 "tokens.gperf"
653 #line 135
"tokens.gperf"
655 {(
char*)0, 0}, {(
char*)0, 0},
656 #line 152
"tokens.gperf"
658 #line 150 "tokens.gperf"
660 #line 148 "tokens.gperf"
662 #line 146 "tokens.gperf"
664 #line 69 "tokens.gperf"
666 #line 39 "tokens.gperf"
668 #line 266 "tokens.gperf"
670 {(
char*)0, 0}, {(
char*)0, 0},
671 #line 121
"tokens.gperf"
674 #line 264
"tokens.gperf"
676 #line 299 "tokens.gperf"
678 #line 203 "tokens.gperf"
680 #line 70 "tokens.gperf"
682 #line 108 "tokens.gperf"
684 #line 20 "tokens.gperf"
686 #line 220 "tokens.gperf"
689 #line 29
"tokens.gperf"
691 #line 16 "tokens.gperf"
693 #line 207 "tokens.gperf"
696 #line 163
"tokens.gperf"
698 #line 90 "tokens.gperf"
700 {(
char*)0, 0}, {(
char*)0, 0},
701 #line 167
"tokens.gperf"
703 #line 161 "tokens.gperf"
705 {(
char*)0, 0}, {(
char*)0, 0},
706 #line 173
"tokens.gperf"
708 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
709 #line 78
"tokens.gperf"
711 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
712 {(
char*)0, 0}, {(
char*)0, 0},
713 #line 259
"tokens.gperf"
715 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
716 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
717 {(
char*)0, 0}, {(
char*)0, 0},
718 #line 237
"tokens.gperf"
720 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
721 #line 103
"tokens.gperf"
723 #line 91 "tokens.gperf"
725 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
727 #line 41
"tokens.gperf"
729 {(
char*)0, 0}, {(
char*)0, 0},
730 #line 92
"tokens.gperf"
732 {(
char*)0, 0}, {(
char*)0, 0},
733 #line 11
"tokens.gperf"
736 #line 93
"tokens.gperf"
738 #line 48 "tokens.gperf"
740 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
741 #line 190
"tokens.gperf"
743 #line 191 "tokens.gperf"
745 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
746 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
747 {(
char*)0, 0}, {(
char*)0, 0},
748 #line 160
"tokens.gperf"
750 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
752 #line 86
"tokens.gperf"
754 #line 224 "tokens.gperf"
756 {(
char*)0, 0}, {(
char*)0, 0},
757 #line 84
"tokens.gperf"
759 #line 88 "tokens.gperf"
762 #line 89
"tokens.gperf"
764 {(
char*)0, 0}, {(
char*)0, 0},
765 #line 30
"tokens.gperf"
767 #line 175 "tokens.gperf"
769 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
770 #line 94
"tokens.gperf"
772 #line 176 "tokens.gperf"
774 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
775 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
776 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
777 #line 77
"tokens.gperf"
779 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
780 #line 83
"tokens.gperf"
782 {(
char*)0, 0}, {(
char*)0, 0},
783 #line 221
"tokens.gperf"
785 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
786 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
787 #line 158
"tokens.gperf"
789 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
790 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
791 #line 45
"tokens.gperf"
793 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
795 #line 123
"tokens.gperf"
798 #line 54
"tokens.gperf"
800 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
801 #line 18
"tokens.gperf"
803 {(
char*)0, 0}, {(
char*)0, 0},
804 #line 194
"tokens.gperf"
806 #line 101 "tokens.gperf"
809 #line 55
"tokens.gperf"
811 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
812 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
813 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
814 #line 165
"tokens.gperf"
816 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
817 #line 226
"tokens.gperf"
819 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
820 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
821 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
822 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
823 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
824 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
825 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
826 #line 100
"tokens.gperf"
828 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
829 #line 215
"tokens.gperf"
831 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
832 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
833 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
834 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
835 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
836 #line 85
"tokens.gperf"
838 {(
char*)0, 0}, {(
char*)0, 0},
839 #line 50
"tokens.gperf"
841 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
842 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
843 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
844 #line 118
"tokens.gperf"
847 #line 82
"tokens.gperf"
849 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
850 #line 128
"tokens.gperf"
852 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
853 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
854 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
855 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
856 #line 193
"tokens.gperf"
858 #line 12 "tokens.gperf"
860 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
862 #line 127
"tokens.gperf"
865 #line 102
"tokens.gperf"
867 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
868 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
869 #line 166
"tokens.gperf"
871 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
872 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
873 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
874 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
875 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
876 #line 124
"tokens.gperf"
878 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
879 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
880 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
881 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
882 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
883 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
884 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
885 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
886 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
887 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
888 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
889 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
890 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
891 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
892 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
893 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
894 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
895 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
896 #line 117
"tokens.gperf"
898 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
899 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
900 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
901 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
903 #line 47
"tokens.gperf"
905 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
906 {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0}, {(
char*)0, 0},
907 #line 42
"tokens.gperf"
910 #if (defined __GNUC__ && __GNUC__ + (__GNUC_MINOR__ >= 6) > 4) || (defined __clang__ && __clang_major__ >= 3)
911 #pragma GCC diagnostic pop
919 unsigned int key =
hash (str, len);
923 const char *s = wordlist[key].
name;
925 if (s && *str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] ==
'\0')
926 return &wordlist[key];
929 return static_cast<struct
xmltoken *
> (0);
931 #line 321 "tokens.gperf"
static unsigned int hash(const char *str, size_t len)
Definition: tokenhash.h:55
const int XML_SYRC
Definition: tokens.h:160
const int XML_TXTHEIGHT
Definition: tokens.h:202
const int XML_FONTSCHEMEINDEX
Definition: tokens.h:66
const int XML_IMGOFFSETX
Definition: tokens.h:85
const int XML_DRAWINGSCALE
Definition: tokens.h:41
const int XML_DC_LANGUAGE
Definition: tokens.h:276
const int XML_LEFTMARGIN
Definition: tokens.h:101
const int XML_QUICKSTYLELINECOLOR
Definition: tokens.h:144
const int XML_BULLET
Definition: tokens.h:17
const int XML_A_LN
Definition: tokens.h:250
const int XML_FLIPX
Definition: tokens.h:62
const int XML_GEOMETRY
Definition: tokens.h:74
const int XML_CHARACTER
Definition: tokens.h:27
const int XML_SHAPESHDWOFFSETX
Definition: tokens.h:163
const int XML_DESCRIPTION
Definition: tokens.h:39
const int XML_DBLUNDERLINE
Definition: tokens.h:36
const int XML_THAA
Definition: tokens.h:186
const int XML_A_SCHEMECLR
Definition: tokens.h:261
const int XML_CASE
Definition: tokens.h:24
const int XML_SPAFTER
Definition: tokens.h:174
const int XML_TAML
Definition: tokens.h:184
const int XML_FILLBKGNDTRANS
Definition: tokens.h:57
const int XML_HIDETEXT
Definition: tokens.h:80
const int XML_A_GSLST
Definition: tokens.h:246
const int XML_VT_LINESTYLES
Definition: tokens.h:299
const int XML_A_LIN
Definition: tokens.h:249
const int XML_BEGINX
Definition: tokens.h:14
const int XML_A_FONTSCHEME
Definition: tokens.h:243
Definition: tokenhash.h:46
const int XML_COLORS
Definition: tokens.h:31
const int XML_C
Definition: tokens.h:21
const int XML_A_EXT
Definition: tokens.h:236
const int XML_DC_TITLE
Definition: tokens.h:279
const int XML_OVERLINE
Definition: tokens.h:122
const int XML_A_HLINK
Definition: tokens.h:247
const int XML_GURU
Definition: tokens.h:72
const int XML_VT_FMTCONNECTORSCHEMELINESTYLES
Definition: tokens.h:291
const int XML_CP_COREPROPERTIES
Definition: tokens.h:271
const int XML_VT_VARIATIONSTYLESCHEMELST
Definition: tokens.h:313
const int XML_FRAME
Definition: tokens.h:69
const int XML_VT_VARSTYLE
Definition: tokens.h:309
const int XML_CP
Definition: tokens.h:269
const int XML_CP_KEYWORDS
Definition: tokens.h:272
const int XML_LINETO
Definition: tokens.h:106
const int XML_PAGEPROPS
Definition: tokens.h:125
const int XML_VT_FILLPROPS
Definition: tokens.h:287
const int XML_PAGEHEIGHT
Definition: tokens.h:124
const int XML_ADDRESS
Definition: tokens.h:6
const int XML_A_EFFECTSTYLELST
Definition: tokens.h:235
const int XML_A_LT2
Definition: tokens.h:253
const int XML_PAGESHEET
Definition: tokens.h:127
const int XML_FLIPY
Definition: tokens.h:63
const int XML_LAYERMEM
Definition: tokens.h:98
const int XML_LINEPATTERN
Definition: tokens.h:105
const int XML_VT_FONTSTYLES
Definition: tokens.h:295
const int XML_FILLBKGND
Definition: tokens.h:56
const int XML_FILLFOREGND
Definition: tokens.h:58
const int XML_NOLINE
Definition: tokens.h:119
const int XML_BEGTRIGGER
Definition: tokens.h:12
const int XML_MASTER
Definition: tokens.h:112
const int XML_CP_CATEGORY
Definition: tokens.h:270
const int XML_A_OBJECTDEFAULTS
Definition: tokens.h:257
const int XML_ENDY
Definition: tokens.h:51
const int XML_CHAR
Definition: tokens.h:26
const int XML_A_GRADFILL
Definition: tokens.h:244
const int XML_PAGESCALE
Definition: tokens.h:126
const int XML_SHAPE
Definition: tokens.h:162
const int XML_SHAPESHDWOFFSETY
Definition: tokens.h:164
const int XML_NURBSTO
Definition: tokens.h:116
const int XML_RESIZEMODE
Definition: tokens.h:155
const int XML_A_ACCENT3
Definition: tokens.h:222
const int XML_TEXTXFORM
Definition: tokens.h:198
const int XML_TEXTBLOCK
Definition: tokens.h:195
const int XML_VT_FILLSTYLES
Definition: tokens.h:288
const int XML_TEXTBKGND
Definition: tokens.h:193
const int XML_DCTERMS_MODIFIED
Definition: tokens.h:281
const int XML_TEMPLATE
Definition: tokens.h:191
const int XML_RELCUBBEZTO
Definition: tokens.h:150
const int XML_TXTPINX
Definition: tokens.h:205
const int XML_PAGEWIDTH
Definition: tokens.h:128
const int XML_A_FOLHLINK
Definition: tokens.h:241
const int XML_ENDARROW
Definition: tokens.h:48
const int XML_E
Definition: tokens.h:42
const int XML_CP_LASTMODIFIEDBY
Definition: tokens.h:273
const int XML_FILLPATTERN
Definition: tokens.h:60
const int XML_HANG
Definition: tokens.h:75
const int XML_BULLETFONT
Definition: tokens.h:18
const int XML_ORYA
Definition: tokens.h:121
const int XML_A_MINORFONT
Definition: tokens.h:256
const int XML_FACENAME
Definition: tokens.h:53
const int XML_LOCPINY
Definition: tokens.h:109
const int XML_VT_THEMESCHEME
Definition: tokens.h:301
int tokenId
Definition: tokenhash.h:36
const int XML_IMGOFFSETY
Definition: tokens.h:86
const int XML_SPLINEKNOT
Definition: tokens.h:177
Definition: tokenhash.h:33
const int XML_MONG
Definition: tokens.h:111
const int XML_TXTLOCPINX
Definition: tokens.h:203
const int XML_A_LT1
Definition: tokens.h:252
const int XML_PAGES
Definition: tokens.h:129
const int XML_XFORM
Definition: tokens.h:216
const int XML_VT_VARCOLOR6
Definition: tokens.h:307
const int XML_VIET
Definition: tokens.h:209
const int XML_EXTRAINFO
Definition: tokens.h:52
const int XML_A_SOLIDFILL
Definition: tokens.h:263
const int XML_HYPERLINK
Definition: tokens.h:83
const int XML_TEXTBKGNDTRANS
Definition: tokens.h:194
const int XML_VT_FONTSTYLESGROUP
Definition: tokens.h:296
const int XML_BOTTOMMARGIN
Definition: tokens.h:16
const int XML_COLORENTRY
Definition: tokens.h:29
const int XML_ETHI
Definition: tokens.h:43
const int XML_A_ACCENT1
Definition: tokens.h:220
const int XML_SPBEFORE
Definition: tokens.h:175
const int XML_INVISIBLE
Definition: tokens.h:92
const int XML_A_PRSTDASH
Definition: tokens.h:259
const int XML_A_FONT
Definition: tokens.h:242
const int XML_STYLESHEETS
Definition: tokens.h:182
const int XML_INDFIRST
Definition: tokens.h:88
const int XML_FLAGS
Definition: tokens.h:61
const int XML_A_LNSTYLELST
Definition: tokens.h:251
const int XML_CELL
Definition: tokens.h:25
const int XML_TIBT
Definition: tokens.h:188
const int XML_A_SYSCLR
Definition: tokens.h:265
static const struct xmltoken * in_word_set(const char *str, size_t len)
Definition: tokenhash.h:915
const int XML_INFINITELINE
Definition: tokens.h:91
const int XML_NEWWINDOW
Definition: tokens.h:117
const int XML_YIII
Definition: tokens.h:219
const int XML_A_ACCENT4
Definition: tokens.h:223
const int XML_FOREIGN
Definition: tokens.h:67
const int XML_DC_SUBJECT
Definition: tokens.h:277
const int XML_B
Definition: tokens.h:10
const int XML_VISIBLE
Definition: tokens.h:213
const int XML_FOREIGNDATA
Definition: tokens.h:68
const int XML_WIDTH
Definition: tokens.h:214
const int XML_SECTION
Definition: tokens.h:161
const int XML_A_ALPHA
Definition: tokens.h:226
const int XML_SINH
Definition: tokens.h:159
const int XML_A_LUMMOD
Definition: tokens.h:254
const int XML_DEFAULT
Definition: tokens.h:37
const int XML_A_BGFILLSTYLELST
Definition: tokens.h:227
const int XML_QUICKSTYLEFILLMATRIX
Definition: tokens.h:141
const int XML_TAB
Definition: tokens.h:189
const int XML_VT_VARCOLOR2
Definition: tokens.h:303
const int XML_EFFECTSCHEMEINDEX
Definition: tokens.h:44
const int XML_A_EXTLST
Definition: tokens.h:237
const int XML_BENG
Definition: tokens.h:11
const int XML_MLYM
Definition: tokens.h:110
const int XML_SHDWPATTERN
Definition: tokens.h:170
const int XML_VT_VARCOLOR3
Definition: tokens.h:304
const int XML_TXTPINY
Definition: tokens.h:206
const int XML_VARIATIONCOLORINDEX
Definition: tokens.h:210
const int XML_DC_CREATOR
Definition: tokens.h:274
const int XML_LAYERMEMBER
Definition: tokens.h:99
const int XML_TEXT
Definition: tokens.h:192
const int XML_MASTERS
Definition: tokens.h:113
const int XML_ARCTO
Definition: tokens.h:9
const int XML_A_MAJORFONT
Definition: tokens.h:255
const int XML_KHMR
Definition: tokens.h:94
const int XML_TXTANGLE
Definition: tokens.h:201
const int XML_VT_VARCOLOR4
Definition: tokens.h:305
const int XML_VERTICALALIGN
Definition: tokens.h:212
const int XML_COLORSCHEMEINDEX
Definition: tokens.h:30
const int XML_PINX
Definition: tokens.h:132
const int XML_RELQUADBEZTO
Definition: tokens.h:154
const int XML_A_FMTSCHEME
Definition: tokens.h:240
const int XML_DC_DESCRIPTION
Definition: tokens.h:275
const int XML_VT_VARIATIONCLRSCHEME
Definition: tokens.h:310
const int XML_VARIATIONSTYLEINDEX
Definition: tokens.h:211
const int XML_PARA
Definition: tokens.h:130
const int XML_KNDA
Definition: tokens.h:95
const int XML_PAGE
Definition: tokens.h:123
const int XML_CONNECTORSCHEMEINDEX
Definition: tokens.h:33
const int XML_ROW
Definition: tokens.h:158
const int XML_A_LATIN
Definition: tokens.h:248
const int XML_SUBADDRESS
Definition: tokens.h:183
const int XML_A_ACCENT2
Definition: tokens.h:221
const int XML_Y
Definition: tokens.h:218
const int XML_UIGH
Definition: tokens.h:208
const int XML_MISC
Definition: tokens.h:114
const int XML_A
Definition: tokens.h:4
const int XML_ENDTRIGGER
Definition: tokens.h:49
const int XML_GEOM
Definition: tokens.h:73
const int XML_REL
Definition: tokens.h:149
const int XML_VT_VARCOLOR1
Definition: tokens.h:302
const int XML_ELLIPTICALARCTO
Definition: tokens.h:46
const int XML_BULLETFONTSIZE
Definition: tokens.h:19
const int XML_NOSHOW
Definition: tokens.h:120
const int XML_TOPMARGIN
Definition: tokens.h:200
const int XML_VT_VARCOLOR5
Definition: tokens.h:306
const int XML_QUICKSTYLETYPE
Definition: tokens.h:147
const int XML_VT_COLOR
Definition: tokens.h:285
const int XML_TEXTPOSAFTERBULLET
Definition: tokens.h:197
const int XML_POSITION
Definition: tokens.h:136
const int XML_RELELLIPTICALARCTO
Definition: tokens.h:151
const int XML_DCTERMS_CREATED
Definition: tokens.h:280
const int XML_VT_LINESTYLE
Definition: tokens.h:298
const int XML_CANS
Definition: tokens.h:22
const int XML_RELMOVETO
Definition: tokens.h:153
const int XML_TELU
Definition: tokens.h:185
const int XML_A_EFFECTLST
Definition: tokens.h:233
const int XML_POS
Definition: tokens.h:135
const int XML_COLOR
Definition: tokens.h:28
const int XML_THEMEINDEX
Definition: tokens.h:199
const int XML_VT_CONNECTORFONTSTYLES
Definition: tokens.h:286
const int XML_IMGHEIGHT
Definition: tokens.h:84
const int XML_VT_FONTPROPS
Definition: tokens.h:294
const int XML_SHDWFOREGND
Definition: tokens.h:167
const int XML_VT_FMTCONNECTORSCHEMEEX
Definition: tokens.h:290
const int XML_BULLETSTR
Definition: tokens.h:20
const int XML_JPAN
Definition: tokens.h:93
const int XML_SHDWOFFSETY
Definition: tokens.h:169
const int XML_VT_VARCOLOR7
Definition: tokens.h:308
const int XML_CHER
Definition: tokens.h:23
const int XML_A_DK1
Definition: tokens.h:230
const int XML_SIZE
Definition: tokens.h:171
const int XML_QUICKSTYLEVARIATION
Definition: tokens.h:148
const int XML_FACENAMES
Definition: tokens.h:54
const int XML_TP
Definition: tokens.h:283
const int XML_VT_SCHEMEID
Definition: tokens.h:300
const int XML_PP
Definition: tokens.h:282
const int XML_VT_LINEEX
Definition: tokens.h:297
const int XML_VT_FMTCONNECTORSCHEME
Definition: tokens.h:289
const int XML_GEOR
Definition: tokens.h:70
const int XML_QUICKSTYLEFILLCOLOR
Definition: tokens.h:140
const int XML_ROUNDING
Definition: tokens.h:157
const int XML_X
Definition: tokens.h:215
const int XML_QUICKSTYLELINEMATRIX
Definition: tokens.h:145
const int XML_QUICKSTYLESHADOWCOLOR
Definition: tokens.h:146
const int XML_LEADER
Definition: tokens.h:100
const int XML_A_FILLSTYLELST
Definition: tokens.h:239
const int XML_BEGINARROW
Definition: tokens.h:13
const int XML_A_ACCENT6
Definition: tokens.h:225
const int XML_BEGINY
Definition: tokens.h:15
const int XML_EMBELLISHMENTINDEX
Definition: tokens.h:47
const int XML_POLYLINETO
Definition: tokens.h:134
const int XML_LOCPINX
Definition: tokens.h:108
const int XML_TABS
Definition: tokens.h:190
const int XML_DOUBLESTRIKETHROUGH
Definition: tokens.h:40
const int XML_ALIGNMENT
Definition: tokens.h:7
const int XML_VT_BKGND
Definition: tokens.h:284
const int XML_QUICKSTYLEFONTCOLOR
Definition: tokens.h:142
const int XML_PROPERTIES
Definition: tokens.h:138
const int XML_RIGHTMARGIN
Definition: tokens.h:156
const int XML_TXTWIDTH
Definition: tokens.h:207
const int XML_PINY
Definition: tokens.h:133
#define MAX_HASH_VALUE
Definition: VSDXMLTokenMap.cpp:44
const int XML_FILLFOREGNDTRANS
Definition: tokens.h:59
const int XML_A_SATMOD
Definition: tokens.h:260
const int XML_HEIGHT
Definition: tokens.h:79
const char * name
Definition: tokenhash.h:35
const int XML_IMGWIDTH
Definition: tokens.h:87
const int XML_INDRIGHT
Definition: tokens.h:90
const int XML_QUICKSTYLEFONTMATRIX
Definition: tokens.h:143
const int XML_SPLINESTART
Definition: tokens.h:178
const int XML_A_EXTRACLRSCHEMELST
Definition: tokens.h:238
const int XML_ANGLE
Definition: tokens.h:8
const int XML_SHAPES
Definition: tokens.h:165
const int XML_FONT
Definition: tokens.h:64
const int XML_LINEWEIGHT
Definition: tokens.h:107
const int XML_SPLINE
Definition: tokens.h:176
const int XML_A_OUTERSHDW
Definition: tokens.h:258
const int XML_D
Definition: tokens.h:34
const int XML_HANS
Definition: tokens.h:76
const int XML_A_GS
Definition: tokens.h:245
const int XML_A_DK2
Definition: tokens.h:231
const int XML_LAOO
Definition: tokens.h:96
const int XML_A_SHADE
Definition: tokens.h:262
const int XML_RELLINETO
Definition: tokens.h:152
const int XML_A_THEME
Definition: tokens.h:266
const int XML_XFORM1D
Definition: tokens.h:217
const int XML_A_THEMEELEMENTS
Definition: tokens.h:267
static const struct xmltoken wordlist[]
Definition: tokenhash.h:142
const int XML_PARAGRAPH
Definition: tokens.h:131
const int XML_STYLESHEET
Definition: tokens.h:181
const int XML_ELLIPSE
Definition: tokens.h:45
const int XML_A_EA
Definition: tokens.h:232
const int XML_VT_VARIATIONSTYLESCHEME
Definition: tokens.h:312
const int XML_SORTKEY
Definition: tokens.h:173
const int XML_SHDWBKGND
Definition: tokens.h:166
const int XML_A_ACCENT5
Definition: tokens.h:224
const int XML_LINECOLOR
Definition: tokens.h:104
const int XML_STRIKETHRU
Definition: tokens.h:179
const int XML_A_TINT
Definition: tokens.h:268
const int XML_A_SRGBCLR
Definition: tokens.h:264
const int XML_A_CS
Definition: tokens.h:229
const int XML_QUICKSTYLEEFFECTSMATRIX
Definition: tokens.h:139
const int XML_ARAB
Definition: tokens.h:5
const int XML_HEBR
Definition: tokens.h:78
const int XML_TXTLOCPINY
Definition: tokens.h:204
const int XML_TEXTDIRECTION
Definition: tokens.h:196
const int XML_LAYER
Definition: tokens.h:97
const int XML_MOVETO
Definition: tokens.h:115
const int XML_VT_FMTSCHEMELINESTYLES
Definition: tokens.h:293
const int XML_DEFAULTTABSTOP
Definition: tokens.h:38
const int XML_PRINT
Definition: tokens.h:137
const int XML_LINE
Definition: tokens.h:102
const int XML_ENDX
Definition: tokens.h:50
const int XML_SHDWOFFSETX
Definition: tokens.h:168
const int XML_VT_FMTSCHEMEEX
Definition: tokens.h:292
#define MIN_WORD_LENGTH
Definition: VSDXMLTokenMap.cpp:41
const int XML_NOFILL
Definition: tokens.h:118
const int XML_FILL
Definition: tokens.h:55
const int XML_HANT
Definition: tokens.h:77
const int XML_INDLEFT
Definition: tokens.h:89
const int XML_HIGHLIGHT
Definition: tokens.h:81
const int XML_FONTSCALE
Definition: tokens.h:65
const int XML_A_EFFECTSTYLE
Definition: tokens.h:234
const int XML_DEVA
Definition: tokens.h:35
const int XML_THAI
Definition: tokens.h:187
const int XML_LINECAP
Definition: tokens.h:103
const int XML_GUJR
Definition: tokens.h:71
const int XML_DC_TEMPLATE
Definition: tokens.h:278
const int XML_A_CLRSCHEME
Definition: tokens.h:228
const int XML_STYLE
Definition: tokens.h:180
const int XML_HORZALIGN
Definition: tokens.h:82
const int XML_COMPANY
Definition: tokens.h:32
const int XML_SOLUTIONXML
Definition: tokens.h:172
const int XML_VT_VARIATIONCLRSCHEMELST
Definition: tokens.h:311