summaryrefslogtreecommitdiff
path: root/ext/date/zonetab.h
blob: 2dfa9b988a50752941af4a87e27380f58fdcf51e (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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
/* ANSI-C code produced by gperf version 3.1 */
/* Command-line: gperf -E -C -c -P -p -j1 -i 1 -g -o -t -N zonetab zonetab.list  */
/* Computed positions: -k'1-4,$' */

#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

#define gperf_offsetof(s, n) (short)offsetof(struct s##_t, s##_str##n)
#line 1 "zonetab.list"

struct zone {
    int name;
    int offset;
};
static const struct zone *zonetab();
#line 9 "zonetab.list"
struct zone;
/* maximum key range = 434, duplicates = 0 */

#ifdef __GNUC__
__inline
#else
#ifdef __cplusplus
inline
#endif
#endif
static unsigned int
hash (register const char *str, register size_t len)
{
  static const unsigned short asso_values[] =
    {
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439,  19, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439,   2,   4, 439, 439, 439,
      439, 439,   8,   6,   3, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439,   7,  63,  53,
        2,   4,  32, 110,  88,  78,  90,  68,  47, 108,
       10,  73,  81, 124,   3,   1,   4,  77, 116,  88,
       15,  96,  45,   5, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439, 439, 439, 439,
      439, 439, 439, 439, 439, 439, 439
    };
  register unsigned int hval = (unsigned int)len;

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

struct stringpool_t
  {
    char stringpool_str5[sizeof("r")];
    char stringpool_str6[sizeof("s")];
    char stringpool_str7[sizeof("d")];
    char stringpool_str14[sizeof("cst")];
    char stringpool_str15[sizeof("cdt")];
    char stringpool_str16[sizeof("sst")];
    char stringpool_str17[sizeof("cet")];
    char stringpool_str18[sizeof("msd")];
    char stringpool_str19[sizeof("cest")];
    char stringpool_str20[sizeof("cat")];
    char stringpool_str22[sizeof("mst")];
    char stringpool_str23[sizeof("mdt")];
    char stringpool_str24[sizeof("sast")];
    char stringpool_str25[sizeof("met")];
    char stringpool_str27[sizeof("mest")];
    char stringpool_str30[sizeof("wet")];
    char stringpool_str31[sizeof("dateline")];
    char stringpool_str32[sizeof("west")];
    char stringpool_str33[sizeof("wat")];
    char stringpool_str35[sizeof("wast")];
    char stringpool_str36[sizeof("wadt")];
    char stringpool_str37[sizeof("e")];
    char stringpool_str38[sizeof("central europe")];
    char stringpool_str39[sizeof("central asia")];
    char stringpool_str40[sizeof("west asia")];
    char stringpool_str41[sizeof("cen. australia")];
    char stringpool_str42[sizeof("central america")];
    char stringpool_str44[sizeof("est")];
    char stringpool_str45[sizeof("edt")];
    char stringpool_str46[sizeof("central european")];
    char stringpool_str47[sizeof("eet")];
    char stringpool_str48[sizeof("se asia")];
    char stringpool_str49[sizeof("eest")];
    char stringpool_str50[sizeof("eat")];
    char stringpool_str51[sizeof("z")];
    char stringpool_str52[sizeof("east")];
    char stringpool_str53[sizeof("eadt")];
    char stringpool_str54[sizeof("sa eastern")];
    char stringpool_str55[sizeof("w. europe")];
    char stringpool_str56[sizeof("c")];
    char stringpool_str57[sizeof("yst")];
    char stringpool_str58[sizeof("ydt")];
    char stringpool_str59[sizeof("kst")];
    char stringpool_str60[sizeof("clt")];
    char stringpool_str61[sizeof("eastern")];
    char stringpool_str62[sizeof("clst")];
    char stringpool_str63[sizeof("bt")];
    char stringpool_str64[sizeof("w. australia")];
    char stringpool_str65[sizeof("bst")];
    char stringpool_str66[sizeof("cct")];
    char stringpool_str67[sizeof("brt")];
    char stringpool_str69[sizeof("brst")];
    char stringpool_str71[sizeof("a")];
    char stringpool_str72[sizeof("e. europe")];
    char stringpool_str73[sizeof("at")];
    char stringpool_str74[sizeof("central")];
    char stringpool_str75[sizeof("ast")];
    char stringpool_str76[sizeof("adt")];
    char stringpool_str77[sizeof("art")];
    char stringpool_str78[sizeof("e. africa")];
    char stringpool_str79[sizeof("e. south america")];
    char stringpool_str80[sizeof("jst")];
    char stringpool_str81[sizeof("e. australia")];
    char stringpool_str82[sizeof("t")];
    char stringpool_str83[sizeof("nt")];
    char stringpool_str84[sizeof("n")];
    char stringpool_str85[sizeof("nst")];
    char stringpool_str86[sizeof("ndt")];
    char stringpool_str87[sizeof("canada central")];
    char stringpool_str88[sizeof("central pacific")];
    char stringpool_str89[sizeof("west pacific")];
    char stringpool_str90[sizeof("hst")];
    char stringpool_str91[sizeof("hdt")];
    char stringpool_str93[sizeof("malay peninsula")];
    char stringpool_str95[sizeof("zp6")];
    char stringpool_str97[sizeof("russian")];
    char stringpool_str98[sizeof("hast")];
    char stringpool_str99[sizeof("hadt")];
    char stringpool_str100[sizeof("gst")];
    char stringpool_str101[sizeof("zp5")];
    char stringpool_str102[sizeof("ist")];
    char stringpool_str103[sizeof("swt")];
    char stringpool_str104[sizeof("w")];
    char stringpool_str105[sizeof("zp4")];
    char stringpool_str107[sizeof("mez")];
    char stringpool_str108[sizeof("cape verde")];
    char stringpool_str109[sizeof("mesz")];
    char stringpool_str110[sizeof("greenland")];
    char stringpool_str112[sizeof("x")];
    char stringpool_str114[sizeof("mewt")];
    char stringpool_str115[sizeof("w. central africa")];
    char stringpool_str116[sizeof("k")];
    char stringpool_str117[sizeof("b")];
    char stringpool_str119[sizeof("m")];
    char stringpool_str120[sizeof("sri lanka")];
    char stringpool_str122[sizeof("fst")];
    char stringpool_str124[sizeof("iran")];
    char stringpool_str125[sizeof("sgt")];
    char stringpool_str126[sizeof("ut")];
    char stringpool_str128[sizeof("q")];
    char stringpool_str129[sizeof("nzt")];
    char stringpool_str131[sizeof("nzst")];
    char stringpool_str132[sizeof("nzdt")];
    char stringpool_str133[sizeof("myanmar")];
    char stringpool_str135[sizeof("alaskan")];
    char stringpool_str136[sizeof("pst")];
    char stringpool_str137[sizeof("pdt")];
    char stringpool_str138[sizeof("sa western")];
    char stringpool_str139[sizeof("korea")];
    char stringpool_str142[sizeof("y")];
    char stringpool_str143[sizeof("f")];
    char stringpool_str144[sizeof("akst")];
    char stringpool_str145[sizeof("akdt")];
    char stringpool_str148[sizeof("caucasus")];
    char stringpool_str150[sizeof("msk")];
    char stringpool_str151[sizeof("idle")];
    char stringpool_str153[sizeof("arabian")];
    char stringpool_str155[sizeof("o")];
    char stringpool_str156[sizeof("l")];
    char stringpool_str157[sizeof("mid-atlantic")];
    char stringpool_str160[sizeof("us eastern")];
    char stringpool_str164[sizeof("ahst")];
    char stringpool_str167[sizeof("h")];
    char stringpool_str168[sizeof("fle")];
    char stringpool_str169[sizeof("i")];
    char stringpool_str170[sizeof("north asia")];
    char stringpool_str171[sizeof("n. central asia")];
    char stringpool_str172[sizeof("north asia east")];
    char stringpool_str174[sizeof("sa pacific")];
    char stringpool_str177[sizeof("south africa")];
    char stringpool_str181[sizeof("aus eastern")];
    char stringpool_str182[sizeof("atlantic")];
    char stringpool_str186[sizeof("mexico")];
    char stringpool_str188[sizeof("mountain")];
    char stringpool_str190[sizeof("china")];
    char stringpool_str191[sizeof("azores")];
    char stringpool_str192[sizeof("india")];
    char stringpool_str194[sizeof("u")];
    char stringpool_str195[sizeof("arabic")];
    char stringpool_str196[sizeof("greenwich")];
    char stringpool_str197[sizeof("new zealand")];
    char stringpool_str198[sizeof("hawaiian")];
    char stringpool_str199[sizeof("g")];
    char stringpool_str200[sizeof("romance")];
    char stringpool_str203[sizeof("arab")];
    char stringpool_str204[sizeof("samoa")];
    char stringpool_str205[sizeof("v")];
    char stringpool_str206[sizeof("p")];
    char stringpool_str207[sizeof("gmt")];
    char stringpool_str208[sizeof("tasmania")];
    char stringpool_str209[sizeof("fwt")];
    char stringpool_str211[sizeof("newfoundland")];
    char stringpool_str217[sizeof("nepal")];
    char stringpool_str218[sizeof("aus central")];
    char stringpool_str221[sizeof("gtb")];
    char stringpool_str223[sizeof("vladivostok")];
    char stringpool_str229[sizeof("utc")];
    char stringpool_str233[sizeof("ekaterinburg")];
    char stringpool_str265[sizeof("us mountain")];
    char stringpool_str269[sizeof("jerusalem")];
    char stringpool_str272[sizeof("yakutsk")];
    char stringpool_str279[sizeof("pacific sa")];
    char stringpool_str282[sizeof("tonga")];
    char stringpool_str314[sizeof("afghanistan")];
    char stringpool_str319[sizeof("idlw")];
    char stringpool_str322[sizeof("pacific")];
    char stringpool_str327[sizeof("taipei")];
    char stringpool_str328[sizeof("egypt")];
    char stringpool_str392[sizeof("tokyo")];
    char stringpool_str438[sizeof("fiji")];
  };
static const struct stringpool_t stringpool_contents =
  {
    "r",
    "s",
    "d",
    "cst",
    "cdt",
    "sst",
    "cet",
    "msd",
    "cest",
    "cat",
    "mst",
    "mdt",
    "sast",
    "met",
    "mest",
    "wet",
    "dateline",
    "west",
    "wat",
    "wast",
    "wadt",
    "e",
    "central europe",
    "central asia",
    "west asia",
    "cen. australia",
    "central america",
    "est",
    "edt",
    "central european",
    "eet",
    "se asia",
    "eest",
    "eat",
    "z",
    "east",
    "eadt",
    "sa eastern",
    "w. europe",
    "c",
    "yst",
    "ydt",
    "kst",
    "clt",
    "eastern",
    "clst",
    "bt",
    "w. australia",
    "bst",
    "cct",
    "brt",
    "brst",
    "a",
    "e. europe",
    "at",
    "central",
    "ast",
    "adt",
    "art",
    "e. africa",
    "e. south america",
    "jst",
    "e. australia",
    "t",
    "nt",
    "n",
    "nst",
    "ndt",
    "canada central",
    "central pacific",
    "west pacific",
    "hst",
    "hdt",
    "malay peninsula",
    "zp6",
    "russian",
    "hast",
    "hadt",
    "gst",
    "zp5",
    "ist",
    "swt",
    "w",
    "zp4",
    "mez",
    "cape verde",
    "mesz",
    "greenland",
    "x",
    "mewt",
    "w. central africa",
    "k",
    "b",
    "m",
    "sri lanka",
    "fst",
    "iran",
    "sgt",
    "ut",
    "q",
    "nzt",
    "nzst",
    "nzdt",
    "myanmar",
    "alaskan",
    "pst",
    "pdt",
    "sa western",
    "korea",
    "y",
    "f",
    "akst",
    "akdt",
    "caucasus",
    "msk",
    "idle",
    "arabian",
    "o",
    "l",
    "mid-atlantic",
    "us eastern",
    "ahst",
    "h",
    "fle",
    "i",
    "north asia",
    "n. central asia",
    "north asia east",
    "sa pacific",
    "south africa",
    "aus eastern",
    "atlantic",
    "mexico",
    "mountain",
    "china",
    "azores",
    "india",
    "u",
    "arabic",
    "greenwich",
    "new zealand",
    "hawaiian",
    "g",
    "romance",
    "arab",
    "samoa",
    "v",
    "p",
    "gmt",
    "tasmania",
    "fwt",
    "newfoundland",
    "nepal",
    "aus central",
    "gtb",
    "vladivostok",
    "utc",
    "ekaterinburg",
    "us mountain",
    "jerusalem",
    "yakutsk",
    "pacific sa",
    "tonga",
    "afghanistan",
    "idlw",
    "pacific",
    "taipei",
    "egypt",
    "tokyo",
    "fiji"
  };
#define stringpool ((const char *) &stringpool_contents)
const struct zone *
zonetab (register const char *str, register size_t len)
{
  enum
    {
      TOTAL_KEYWORDS = 170,
      MIN_WORD_LENGTH = 1,
      MAX_WORD_LENGTH = 17,
      MIN_HASH_VALUE = 5,
      MAX_HASH_VALUE = 438
    };

  static const struct zone wordlist[] =
    {
      {-1}, {-1}, {-1}, {-1}, {-1},
#line 37 "zonetab.list"
      {gperf_offsetof(stringpool, 5),   -5*3600},
#line 38 "zonetab.list"
      {gperf_offsetof(stringpool, 6),   -6*3600},
#line 24 "zonetab.list"
      {gperf_offsetof(stringpool, 7),    4*3600},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
#line 15 "zonetab.list"
      {gperf_offsetof(stringpool, 14), -6*3600},
#line 16 "zonetab.list"
      {gperf_offsetof(stringpool, 15), -5*3600},
#line 85 "zonetab.list"
      {gperf_offsetof(stringpool, 16),  2*3600},
#line 71 "zonetab.list"
      {gperf_offsetof(stringpool, 17),  1*3600},
#line 90 "zonetab.list"
      {gperf_offsetof(stringpool, 18),  4*3600},
#line 79 "zonetab.list"
      {gperf_offsetof(stringpool, 19), 2*3600},
#line 65 "zonetab.list"
      {gperf_offsetof(stringpool, 20),-10*3600},
      {-1},
#line 17 "zonetab.list"
      {gperf_offsetof(stringpool, 22), -7*3600},
#line 18 "zonetab.list"
      {gperf_offsetof(stringpool, 23), -6*3600},
#line 84 "zonetab.list"
      {gperf_offsetof(stringpool, 24), 2*3600},
#line 73 "zonetab.list"
      {gperf_offsetof(stringpool, 25),  1*3600},
      {-1},
#line 82 "zonetab.list"
      {gperf_offsetof(stringpool, 27), 2*3600},
      {-1}, {-1},
#line 47 "zonetab.list"
      {gperf_offsetof(stringpool, 30),  0*3600},
#line 128 "zonetab.list"
      {gperf_offsetof(stringpool, 31),               -43200},
#line 78 "zonetab.list"
      {gperf_offsetof(stringpool, 32), 1*3600},
#line 77 "zonetab.list"
      {gperf_offsetof(stringpool, 33),  1*3600},
      {-1},
#line 95 "zonetab.list"
      {gperf_offsetof(stringpool, 35), 7*3600},
#line 98 "zonetab.list"
      {gperf_offsetof(stringpool, 36), 8*3600},
#line 25 "zonetab.list"
      {gperf_offsetof(stringpool, 37),    5*3600},
#line 123 "zonetab.list"
      {gperf_offsetof(stringpool, 38),           3600},
#line 122 "zonetab.list"
      {gperf_offsetof(stringpool, 39),            21600},
#line 178 "zonetab.list"
      {gperf_offsetof(stringpool, 40),               18000},
#line 120 "zonetab.list"
      {gperf_offsetof(stringpool, 41),          34200},
#line 121 "zonetab.list"
      {gperf_offsetof(stringpool, 42),        -21600},
      {-1},
#line 13 "zonetab.list"
      {gperf_offsetof(stringpool, 44), -5*3600},
#line 14 "zonetab.list"
      {gperf_offsetof(stringpool, 45), -4*3600},
#line 124 "zonetab.list"
      {gperf_offsetof(stringpool, 46),         3600},
#line 80 "zonetab.list"
      {gperf_offsetof(stringpool, 47),  2*3600},
#line 164 "zonetab.list"
      {gperf_offsetof(stringpool, 48),                 25200},
#line 88 "zonetab.list"
      {gperf_offsetof(stringpool, 49), 3*3600},
#line 87 "zonetab.list"
      {gperf_offsetof(stringpool, 50),  3*3600},
#line 45 "zonetab.list"
      {gperf_offsetof(stringpool, 51),    0*3600},
#line 101 "zonetab.list"
      {gperf_offsetof(stringpool, 52),10*3600},
#line 103 "zonetab.list"
      {gperf_offsetof(stringpool, 53),11*3600},
#line 160 "zonetab.list"
      {gperf_offsetof(stringpool, 54),             -10800},
#line 177 "zonetab.list"
      {gperf_offsetof(stringpool, 55),                3600},
#line 23 "zonetab.list"
      {gperf_offsetof(stringpool, 56),    3*3600},
#line 63 "zonetab.list"
      {gperf_offsetof(stringpool, 57), -9*3600},
#line 59 "zonetab.list"
      {gperf_offsetof(stringpool, 58), -8*3600},
#line 100 "zonetab.list"
      {gperf_offsetof(stringpool, 59),  9*3600},
#line 57 "zonetab.list"
      {gperf_offsetof(stringpool, 60), -4*3600},
#line 133 "zonetab.list"
      {gperf_offsetof(stringpool, 61),                -18000},
#line 54 "zonetab.list"
      {gperf_offsetof(stringpool, 62),-3*3600},
#line 86 "zonetab.list"
      {gperf_offsetof(stringpool, 63),   3*3600},
#line 175 "zonetab.list"
      {gperf_offsetof(stringpool, 64),            28800},
#line 70 "zonetab.list"
      {gperf_offsetof(stringpool, 65),  1*3600},
#line 96 "zonetab.list"
      {gperf_offsetof(stringpool, 66),  8*3600},
#line 53 "zonetab.list"
      {gperf_offsetof(stringpool, 67), -3*3600},
      {-1},
#line 49 "zonetab.list"
      {gperf_offsetof(stringpool, 69),-2*3600},
      {-1},
#line 21 "zonetab.list"
      {gperf_offsetof(stringpool, 71),    1*3600},
#line 131 "zonetab.list"
      {gperf_offsetof(stringpool, 72),                7200},
#line 48 "zonetab.list"
      {gperf_offsetof(stringpool, 73),  -2*3600},
#line 126 "zonetab.list"
      {gperf_offsetof(stringpool, 74),                -21600},
#line 56 "zonetab.list"
      {gperf_offsetof(stringpool, 75), -4*3600},
#line 52 "zonetab.list"
      {gperf_offsetof(stringpool, 76), -3*3600},
#line 51 "zonetab.list"
      {gperf_offsetof(stringpool, 77), -3*3600},
#line 129 "zonetab.list"
      {gperf_offsetof(stringpool, 78),               10800},
#line 132 "zonetab.list"
      {gperf_offsetof(stringpool, 79),       -10800},
#line 99 "zonetab.list"
      {gperf_offsetof(stringpool, 80),  9*3600},
#line 130 "zonetab.list"
      {gperf_offsetof(stringpool, 81),            36000},
#line 39 "zonetab.list"
      {gperf_offsetof(stringpool, 82),   -7*3600},
#line 68 "zonetab.list"
      {gperf_offsetof(stringpool, 83),  -11*3600},
#line 33 "zonetab.list"
      {gperf_offsetof(stringpool, 84),   -1*3600},
#line 55 "zonetab.list"
      {gperf_offsetof(stringpool, 85), -(3*3600+1800)},
#line 50 "zonetab.list"
      {gperf_offsetof(stringpool, 86), -(2*3600+1800)},
#line 117 "zonetab.list"
      {gperf_offsetof(stringpool, 87),         -21600},
#line 125 "zonetab.list"
      {gperf_offsetof(stringpool, 88),         39600},
#line 179 "zonetab.list"
      {gperf_offsetof(stringpool, 89),            36000},
#line 67 "zonetab.list"
      {gperf_offsetof(stringpool, 90),-10*3600},
#line 62 "zonetab.list"
      {gperf_offsetof(stringpool, 91), -9*3600},
      {-1},
#line 165 "zonetab.list"
      {gperf_offsetof(stringpool, 93),         28800},
      {-1},
#line 94 "zonetab.list"
      {gperf_offsetof(stringpool, 95),  6*3600},
      {-1},
#line 159 "zonetab.list"
      {gperf_offsetof(stringpool, 97),                 10800},
#line 66 "zonetab.list"
      {gperf_offsetof(stringpool, 98),-10*3600},
#line 61 "zonetab.list"
      {gperf_offsetof(stringpool, 99),-9*3600},
#line 102 "zonetab.list"
      {gperf_offsetof(stringpool, 100), 10*3600},
#line 92 "zonetab.list"
      {gperf_offsetof(stringpool, 101),  5*3600},
#line 93 "zonetab.list"
      {gperf_offsetof(stringpool, 102),  (5*3600+1800)},
#line 76 "zonetab.list"
      {gperf_offsetof(stringpool, 103),  1*3600},
#line 42 "zonetab.list"
      {gperf_offsetof(stringpool, 104),  -10*3600},
#line 91 "zonetab.list"
      {gperf_offsetof(stringpool, 105),  4*3600},
      {-1},
#line 75 "zonetab.list"
      {gperf_offsetof(stringpool, 107),  1*3600},
#line 118 "zonetab.list"
      {gperf_offsetof(stringpool, 108),              -3600},
#line 83 "zonetab.list"
      {gperf_offsetof(stringpool, 109), 2*3600},
#line 138 "zonetab.list"
      {gperf_offsetof(stringpool, 110),              -10800},
      {-1},
#line 43 "zonetab.list"
      {gperf_offsetof(stringpool, 112),  -11*3600},
      {-1},
#line 74 "zonetab.list"
      {gperf_offsetof(stringpool, 114), 1*3600},
#line 176 "zonetab.list"
      {gperf_offsetof(stringpool, 115),        3600},
#line 30 "zonetab.list"
      {gperf_offsetof(stringpool, 116),   10*3600},
#line 22 "zonetab.list"
      {gperf_offsetof(stringpool, 117),    2*3600},
      {-1},
#line 32 "zonetab.list"
      {gperf_offsetof(stringpool, 119),   12*3600},
#line 167 "zonetab.list"
      {gperf_offsetof(stringpool, 120),               21600},
      {-1},
#line 81 "zonetab.list"
      {gperf_offsetof(stringpool, 122),  2*3600},
      {-1},
#line 143 "zonetab.list"
      {gperf_offsetof(stringpool, 124),                    12600},
#line 97 "zonetab.list"
      {gperf_offsetof(stringpool, 125),  8*3600},
#line 11 "zonetab.list"
      {gperf_offsetof(stringpool, 126),   0*3600},
      {-1},
#line 36 "zonetab.list"
      {gperf_offsetof(stringpool, 128),   -4*3600},
#line 106 "zonetab.list"
      {gperf_offsetof(stringpool, 129), 12*3600},
      {-1},
#line 105 "zonetab.list"
      {gperf_offsetof(stringpool, 131),12*3600},
#line 107 "zonetab.list"
      {gperf_offsetof(stringpool, 132),13*3600},
#line 149 "zonetab.list"
      {gperf_offsetof(stringpool, 133),                 23400},
      {-1},
#line 109 "zonetab.list"
      {gperf_offsetof(stringpool, 135),                -32400},
#line 19 "zonetab.list"
      {gperf_offsetof(stringpool, 136), -8*3600},
#line 20 "zonetab.list"
      {gperf_offsetof(stringpool, 137), -7*3600},
#line 162 "zonetab.list"
      {gperf_offsetof(stringpool, 138),             -14400},
#line 145 "zonetab.list"
      {gperf_offsetof(stringpool, 139),                   32400},
      {-1}, {-1},
#line 44 "zonetab.list"
      {gperf_offsetof(stringpool, 142),  -12*3600},
#line 26 "zonetab.list"
      {gperf_offsetof(stringpool, 143),    6*3600},
#line 60 "zonetab.list"
      {gperf_offsetof(stringpool, 144),-9*3600},
#line 58 "zonetab.list"
      {gperf_offsetof(stringpool, 145),-8*3600},
      {-1}, {-1},
#line 119 "zonetab.list"
      {gperf_offsetof(stringpool, 148),                14400},
      {-1},
#line 89 "zonetab.list"
      {gperf_offsetof(stringpool, 150),  3*3600},
#line 104 "zonetab.list"
      {gperf_offsetof(stringpool, 151),12*3600},
      {-1},
#line 111 "zonetab.list"
      {gperf_offsetof(stringpool, 153),                 14400},
      {-1},
#line 34 "zonetab.list"
      {gperf_offsetof(stringpool, 155),   -2*3600},
#line 31 "zonetab.list"
      {gperf_offsetof(stringpool, 156),   11*3600},
#line 147 "zonetab.list"
      {gperf_offsetof(stringpool, 157),            -7200},
      {-1}, {-1},
#line 172 "zonetab.list"
      {gperf_offsetof(stringpool, 160),             -18000},
      {-1}, {-1}, {-1},
#line 64 "zonetab.list"
      {gperf_offsetof(stringpool, 164),-10*3600},
      {-1}, {-1},
#line 28 "zonetab.list"
      {gperf_offsetof(stringpool, 167),    8*3600},
#line 137 "zonetab.list"
      {gperf_offsetof(stringpool, 168),                      7200},
#line 29 "zonetab.list"
      {gperf_offsetof(stringpool, 169),    9*3600},
#line 155 "zonetab.list"
      {gperf_offsetof(stringpool, 170),              25200},
#line 150 "zonetab.list"
      {gperf_offsetof(stringpool, 171),         21600},
#line 154 "zonetab.list"
      {gperf_offsetof(stringpool, 172),         28800},
      {-1},
#line 161 "zonetab.list"
      {gperf_offsetof(stringpool, 174),             -18000},
      {-1}, {-1},
#line 166 "zonetab.list"
      {gperf_offsetof(stringpool, 177),             7200},
      {-1}, {-1}, {-1},
#line 115 "zonetab.list"
      {gperf_offsetof(stringpool, 181),             36000},
#line 113 "zonetab.list"
      {gperf_offsetof(stringpool, 182),               -14400},
      {-1}, {-1}, {-1},
#line 146 "zonetab.list"
      {gperf_offsetof(stringpool, 186),                 -21600},
      {-1},
#line 148 "zonetab.list"
      {gperf_offsetof(stringpool, 188),               -25200},
      {-1},
#line 127 "zonetab.list"
      {gperf_offsetof(stringpool, 190),                   28800},
#line 116 "zonetab.list"
      {gperf_offsetof(stringpool, 191),                  -3600},
#line 142 "zonetab.list"
      {gperf_offsetof(stringpool, 192),                   19800},
      {-1},
#line 40 "zonetab.list"
      {gperf_offsetof(stringpool, 194),   -8*3600},
#line 112 "zonetab.list"
      {gperf_offsetof(stringpool, 195),                  10800},
#line 139 "zonetab.list"
      {gperf_offsetof(stringpool, 196),                   0},
#line 152 "zonetab.list"
      {gperf_offsetof(stringpool, 197),             43200},
#line 141 "zonetab.list"
      {gperf_offsetof(stringpool, 198),               -36000},
#line 27 "zonetab.list"
      {gperf_offsetof(stringpool, 199),    7*3600},
#line 158 "zonetab.list"
      {gperf_offsetof(stringpool, 200),                  3600},
      {-1}, {-1},
#line 110 "zonetab.list"
      {gperf_offsetof(stringpool, 203),                    10800},
#line 163 "zonetab.list"
      {gperf_offsetof(stringpool, 204),                  -39600},
#line 41 "zonetab.list"
      {gperf_offsetof(stringpool, 205),   -9*3600},
#line 35 "zonetab.list"
      {gperf_offsetof(stringpool, 206),   -3*3600},
#line 12 "zonetab.list"
      {gperf_offsetof(stringpool, 207),  0*3600},
#line 169 "zonetab.list"
      {gperf_offsetof(stringpool, 208),                36000},
#line 72 "zonetab.list"
      {gperf_offsetof(stringpool, 209),  1*3600},
      {-1},
#line 153 "zonetab.list"
      {gperf_offsetof(stringpool, 211),           -12600},
      {-1}, {-1}, {-1}, {-1}, {-1},
#line 151 "zonetab.list"
      {gperf_offsetof(stringpool, 217),                   20700},
#line 114 "zonetab.list"
      {gperf_offsetof(stringpool, 218),             34200},
      {-1}, {-1},
#line 140 "zonetab.list"
      {gperf_offsetof(stringpool, 221),                      7200},
      {-1},
#line 174 "zonetab.list"
      {gperf_offsetof(stringpool, 223),             36000},
      {-1}, {-1}, {-1}, {-1}, {-1},
#line 46 "zonetab.list"
      {gperf_offsetof(stringpool, 229),  0*3600},
      {-1}, {-1}, {-1},
#line 135 "zonetab.list"
      {gperf_offsetof(stringpool, 233),            18000},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1},
#line 173 "zonetab.list"
      {gperf_offsetof(stringpool, 265),            -25200},
      {-1}, {-1}, {-1},
#line 144 "zonetab.list"
      {gperf_offsetof(stringpool, 269),                7200},
      {-1}, {-1},
#line 180 "zonetab.list"
      {gperf_offsetof(stringpool, 272),                 32400},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
#line 156 "zonetab.list"
      {gperf_offsetof(stringpool, 279),             -14400},
      {-1}, {-1},
#line 171 "zonetab.list"
      {gperf_offsetof(stringpool, 282),                   46800},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1},
#line 108 "zonetab.list"
      {gperf_offsetof(stringpool, 314),             16200},
      {-1}, {-1}, {-1}, {-1},
#line 69 "zonetab.list"
      {gperf_offsetof(stringpool, 319),-12*3600},
      {-1}, {-1},
#line 157 "zonetab.list"
      {gperf_offsetof(stringpool, 322),                -28800},
      {-1}, {-1}, {-1}, {-1},
#line 168 "zonetab.list"
      {gperf_offsetof(stringpool, 327),                  28800},
#line 134 "zonetab.list"
      {gperf_offsetof(stringpool, 328),                    7200},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
#line 170 "zonetab.list"
      {gperf_offsetof(stringpool, 392),                   32400},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
      {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
#line 136 "zonetab.list"
      {gperf_offsetof(stringpool, 438),                    43200}
    };

  if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
    {
      register unsigned int key = hash (str, len);

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

              if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
                return &wordlist[key];
            }
        }
    }
  return 0;
}
#line 181 "zonetab.list"