summaryrefslogtreecommitdiff
path: root/lib/unictype/bidi_byname.h
blob: da8cff0318576fd1cdff5e83e22fee5e6cd37b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: gperf -m 10 ./unictype/bidi_byname.gperf  */
/* Computed positions: -k'1,9,$' */

#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
      && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
      && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
      && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
      && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
      && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
      && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
      && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
      && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
      && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
      && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
      && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
      && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
      && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
      && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
      && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
      && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
      && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
      && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
      && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
      && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
      && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
      && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
/* The character set is not based on ISO-646.  */
#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gperf@gnu.org>."
#endif

#line 25 "./unictype/bidi_byname.gperf"
struct named_bidi_class { int name; int bidi_class; };

#define TOTAL_KEYWORDS 69
#define MIN_WORD_LENGTH 1
#define MAX_WORD_LENGTH 23
#define MIN_HASH_VALUE 5
#define MAX_HASH_VALUE 87
/* maximum key range = 83, duplicates = 0 */

#ifndef GPERF_DOWNCASE
#define GPERF_DOWNCASE 1
static unsigned char gperf_downcase[256] =
  {
      0,   1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13,  14,
     15,  16,  17,  18,  19,  20,  21,  22,  23,  24,  25,  26,  27,  28,  29,
     30,  31,  32,  33,  34,  35,  36,  37,  38,  39,  40,  41,  42,  43,  44,
     45,  46,  47,  48,  49,  50,  51,  52,  53,  54,  55,  56,  57,  58,  59,
     60,  61,  62,  63,  64,  97,  98,  99, 100, 101, 102, 103, 104, 105, 106,
    107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121,
    122,  91,  92,  93,  94,  95,  96,  97,  98,  99, 100, 101, 102, 103, 104,
    105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
    120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134,
    135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
    150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164,
    165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
    180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194,
    195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209,
    210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224,
    225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239,
    240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254,
    255
  };
#endif

#ifndef GPERF_CASE_STRCMP
#define GPERF_CASE_STRCMP 1
static int
gperf_case_strcmp (register const char *s1, register const char *s2)
{
  for (;;)
    {
      unsigned char c1 = gperf_downcase[(unsigned char)*s1++];
      unsigned char c2 = gperf_downcase[(unsigned char)*s2++];
      if (c1 != 0 && c1 == c2)
        continue;
      return (int)c1 - (int)c2;
    }
}
#endif

#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
bidi_class_hash (register const char *str, register size_t len)
{
  static const unsigned char asso_values[] =
    {
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 14, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88,  5, 31, 22, 88,  2,
      53,  2, 48, 11, 88, 52,  5, 60,  2,  9,
       4, 88,  2, 34, 30, 41, 88, 28, 88, 88,
      88, 88, 88, 88, 88, 88, 88,  5, 31, 22,
      88,  2, 53,  2, 48, 11, 88, 52,  5, 60,
       2,  9,  4, 88,  2, 34, 30, 41, 88, 28,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88, 88, 88, 88, 88,
      88, 88, 88, 88, 88, 88
    };
  register unsigned int hval = len;

  switch (hval)
    {
      default:
        hval += asso_values[(unsigned char)str[8]];
      /*FALLTHROUGH*/
      case 8:
      case 7:
      case 6:
      case 5:
      case 4:
      case 3:
      case 2:
      case 1:
        hval += asso_values[(unsigned char)str[0]];
        break;
    }
  return hval + asso_values[(unsigned char)str[len - 1]];
}

struct bidi_class_stringpool_t
  {
    char bidi_class_stringpool_str5[sizeof("R")];
    char bidi_class_stringpool_str6[sizeof("EN")];
    char bidi_class_stringpool_str7[sizeof("RLE")];
    char bidi_class_stringpool_str9[sizeof("AN")];
    char bidi_class_stringpool_str10[sizeof("LRE")];
    char bidi_class_stringpool_str11[sizeof("L")];
    char bidi_class_stringpool_str12[sizeof("AL")];
    char bidi_class_stringpool_str13[sizeof("ON")];
    char bidi_class_stringpool_str14[sizeof("RLO")];
    char bidi_class_stringpool_str16[sizeof("RLI")];
    char bidi_class_stringpool_str17[sizeof("LRO")];
    char bidi_class_stringpool_str18[sizeof("PDI")];
    char bidi_class_stringpool_str19[sizeof("LRI")];
    char bidi_class_stringpool_str20[sizeof("EuropeanNumber")];
    char bidi_class_stringpool_str22[sizeof("Arabic Letter")];
    char bidi_class_stringpool_str24[sizeof("RightToLeftIsolate")];
    char bidi_class_stringpool_str25[sizeof("RightToLeftOverride")];
    char bidi_class_stringpool_str26[sizeof("RightToLeftEmbedding")];
    char bidi_class_stringpool_str27[sizeof("LeftToRightIsolate")];
    char bidi_class_stringpool_str28[sizeof("LeftToRightOverride")];
    char bidi_class_stringpool_str29[sizeof("LeftToRightEmbedding")];
    char bidi_class_stringpool_str30[sizeof("Left To Right Isolate")];
    char bidi_class_stringpool_str31[sizeof("Left To Right Override")];
    char bidi_class_stringpool_str32[sizeof("Left To Right Embedding")];
    char bidi_class_stringpool_str33[sizeof("European Number")];
    char bidi_class_stringpool_str34[sizeof("ET")];
    char bidi_class_stringpool_str35[sizeof("BN")];
    char bidi_class_stringpool_str36[sizeof("European Separator")];
    char bidi_class_stringpool_str37[sizeof("European Terminator")];
    char bidi_class_stringpool_str38[sizeof("ES")];
    char bidi_class_stringpool_str39[sizeof("Right To Left Isolate")];
    char bidi_class_stringpool_str40[sizeof("Right To Left Override")];
    char bidi_class_stringpool_str41[sizeof("Right To Left Embedding")];
    char bidi_class_stringpool_str42[sizeof("Common Separator")];
    char bidi_class_stringpool_str43[sizeof("CommonSeparator")];
    char bidi_class_stringpool_str45[sizeof("RightToLeft")];
    char bidi_class_stringpool_str46[sizeof("White Space")];
    char bidi_class_stringpool_str48[sizeof("LeftToRight")];
    char bidi_class_stringpool_str49[sizeof("ArabicLetter")];
    char bidi_class_stringpool_str50[sizeof("Left To Right")];
    char bidi_class_stringpool_str51[sizeof("Pop Directional Isolate")];
    char bidi_class_stringpool_str52[sizeof("EuropeanTerminator")];
    char bidi_class_stringpool_str53[sizeof("BoundaryNeutral")];
    char bidi_class_stringpool_str54[sizeof("SegmentSeparator")];
    char bidi_class_stringpool_str55[sizeof("EuropeanSeparator")];
    char bidi_class_stringpool_str56[sizeof("OtherNeutral")];
    char bidi_class_stringpool_str57[sizeof("PopDirectionalIsolate")];
    char bidi_class_stringpool_str58[sizeof("CS")];
    char bidi_class_stringpool_str59[sizeof("Right To Left")];
    char bidi_class_stringpool_str60[sizeof("PDF")];
    char bidi_class_stringpool_str61[sizeof("Arabic Number")];
    char bidi_class_stringpool_str62[sizeof("WhiteSpace")];
    char bidi_class_stringpool_str63[sizeof("B")];
    char bidi_class_stringpool_str64[sizeof("WS")];
    char bidi_class_stringpool_str65[sizeof("NSM")];
    char bidi_class_stringpool_str66[sizeof("Boundary Neutral")];
    char bidi_class_stringpool_str67[sizeof("FSI")];
    char bidi_class_stringpool_str68[sizeof("Other Neutral")];
    char bidi_class_stringpool_str69[sizeof("S")];
    char bidi_class_stringpool_str70[sizeof("NonspacingMark")];
    char bidi_class_stringpool_str71[sizeof("Nonspacing Mark")];
    char bidi_class_stringpool_str72[sizeof("ParagraphSeparator")];
    char bidi_class_stringpool_str73[sizeof("Paragraph Separator")];
    char bidi_class_stringpool_str77[sizeof("First Strong Isolate")];
    char bidi_class_stringpool_str78[sizeof("Pop Directional Format")];
    char bidi_class_stringpool_str79[sizeof("ArabicNumber")];
    char bidi_class_stringpool_str82[sizeof("FirstStrongIsolate")];
    char bidi_class_stringpool_str84[sizeof("PopDirectionalFormat")];
    char bidi_class_stringpool_str87[sizeof("Segment Separator")];
  };
static const struct bidi_class_stringpool_t bidi_class_stringpool_contents =
  {
    "R",
    "EN",
    "RLE",
    "AN",
    "LRE",
    "L",
    "AL",
    "ON",
    "RLO",
    "RLI",
    "LRO",
    "PDI",
    "LRI",
    "EuropeanNumber",
    "Arabic Letter",
    "RightToLeftIsolate",
    "RightToLeftOverride",
    "RightToLeftEmbedding",
    "LeftToRightIsolate",
    "LeftToRightOverride",
    "LeftToRightEmbedding",
    "Left To Right Isolate",
    "Left To Right Override",
    "Left To Right Embedding",
    "European Number",
    "ET",
    "BN",
    "European Separator",
    "European Terminator",
    "ES",
    "Right To Left Isolate",
    "Right To Left Override",
    "Right To Left Embedding",
    "Common Separator",
    "CommonSeparator",
    "RightToLeft",
    "White Space",
    "LeftToRight",
    "ArabicLetter",
    "Left To Right",
    "Pop Directional Isolate",
    "EuropeanTerminator",
    "BoundaryNeutral",
    "SegmentSeparator",
    "EuropeanSeparator",
    "OtherNeutral",
    "PopDirectionalIsolate",
    "CS",
    "Right To Left",
    "PDF",
    "Arabic Number",
    "WhiteSpace",
    "B",
    "WS",
    "NSM",
    "Boundary Neutral",
    "FSI",
    "Other Neutral",
    "S",
    "NonspacingMark",
    "Nonspacing Mark",
    "ParagraphSeparator",
    "Paragraph Separator",
    "First Strong Isolate",
    "Pop Directional Format",
    "ArabicNumber",
    "FirstStrongIsolate",
    "PopDirectionalFormat",
    "Segment Separator"
  };
#define bidi_class_stringpool ((const char *) &bidi_class_stringpool_contents)

static const struct named_bidi_class bidi_class_names[] =
  {
    {-1}, {-1}, {-1}, {-1}, {-1},
#line 54 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str5, UC_BIDI_R},
#line 42 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str6, UC_BIDI_EN},
#line 55 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str7, UC_BIDI_RLE},
    {-1},
#line 38 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str9, UC_BIDI_AN},
#line 47 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str10, UC_BIDI_LRE},
#line 46 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str11, UC_BIDI_L},
#line 37 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str12, UC_BIDI_AL},
#line 51 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str13, UC_BIDI_ON},
#line 57 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str14, UC_BIDI_RLO},
    {-1},
#line 56 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str16, UC_BIDI_RLI},
#line 49 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str17, UC_BIDI_LRO},
#line 53 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str18, UC_BIDI_PDI},
#line 48 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str19, UC_BIDI_LRI},
#line 71 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str20, UC_BIDI_EN},
    {-1},
#line 60 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str22, UC_BIDI_AL},
    {-1},
#line 99 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str24, UC_BIDI_RLI},
#line 101 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str25, UC_BIDI_RLO},
#line 97 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str26, UC_BIDI_RLE},
#line 83 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str27, UC_BIDI_LRI},
#line 85 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str28, UC_BIDI_LRO},
#line 81 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str29, UC_BIDI_LRE},
#line 82 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str30, UC_BIDI_LRI},
#line 84 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str31, UC_BIDI_LRO},
#line 80 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str32, UC_BIDI_LRE},
#line 70 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str33, UC_BIDI_EN},
#line 44 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str34, UC_BIDI_ET},
#line 40 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str35, UC_BIDI_BN},
#line 72 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str36, UC_BIDI_ES},
#line 74 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str37, UC_BIDI_ET},
#line 43 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str38, UC_BIDI_ES},
#line 98 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str39, UC_BIDI_RLI},
#line 100 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str40, UC_BIDI_RLO},
#line 96 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str41, UC_BIDI_RLE},
#line 68 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str42, UC_BIDI_CS},
#line 69 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str43, UC_BIDI_CS},
    {-1},
#line 95 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str45, UC_BIDI_R},
#line 104 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str46, UC_BIDI_WS},
    {-1},
#line 79 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str48, UC_BIDI_L},
#line 61 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str49, UC_BIDI_AL},
#line 78 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str50, UC_BIDI_L},
#line 92 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str51, UC_BIDI_PDI},
#line 75 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str52, UC_BIDI_ET},
#line 67 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str53, UC_BIDI_BN},
#line 103 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str54, UC_BIDI_S},
#line 73 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str55, UC_BIDI_ES},
#line 89 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str56, UC_BIDI_ON},
#line 93 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str57, UC_BIDI_PDI},
#line 41 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str58, UC_BIDI_CS},
#line 94 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str59, UC_BIDI_R},
#line 52 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str60, UC_BIDI_PDF},
#line 62 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str61, UC_BIDI_AN},
#line 105 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str62, UC_BIDI_WS},
#line 39 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str63, UC_BIDI_B},
#line 59 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str64, UC_BIDI_WS},
#line 50 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str65, UC_BIDI_NSM},
#line 66 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str66, UC_BIDI_BN},
#line 45 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str67, UC_BIDI_FSI},
#line 88 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str68, UC_BIDI_ON},
#line 58 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str69, UC_BIDI_S},
#line 87 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str70, UC_BIDI_NSM},
#line 86 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str71, UC_BIDI_NSM},
#line 65 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str72, UC_BIDI_B},
#line 64 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str73, UC_BIDI_B},
    {-1}, {-1}, {-1},
#line 76 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str77, UC_BIDI_FSI},
#line 90 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str78, UC_BIDI_PDF},
#line 63 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str79, UC_BIDI_AN},
    {-1}, {-1},
#line 77 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str82, UC_BIDI_FSI},
    {-1},
#line 91 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str84, UC_BIDI_PDF},
    {-1}, {-1},
#line 102 "./unictype/bidi_byname.gperf"
    {(int)(size_t)&((struct bidi_class_stringpool_t *)0)->bidi_class_stringpool_str87, UC_BIDI_S}
  };

static const struct named_bidi_class *
uc_bidi_class_lookup (register const char *str, register size_t len)
{
  if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
    {
      register unsigned int key = bidi_class_hash (str, len);

      if (key <= MAX_HASH_VALUE)
        {
          register int o = bidi_class_names[key].name;
          if (o >= 0)
            {
              register const char *s = o + bidi_class_stringpool;

              if ((((unsigned char)*str ^ (unsigned char)*s) & ~32) == 0 && !gperf_case_strcmp (str, s))
                return &bidi_class_names[key];
            }
        }
    }
  return 0;
}