| 532 | zic_t at; |
| 533 | bool dontmerge; |
| 534 | unsigned char type; |
| 535 | } * attypes; |
| 536 | static zic_t utoffs[TZ_MAX_TYPES]; |
| 537 | static char isdsts[TZ_MAX_TYPES]; |
| 538 | static unsigned char desigidx[TZ_MAX_TYPES]; |
| 539 | static bool ttisstds[TZ_MAX_TYPES]; |
| 540 | static bool ttisuts[TZ_MAX_TYPES]; |
| 541 | static char chars[TZ_MAX_CHARS]; |
nothing calls this directly
no outgoing calls
no test coverage detected