MCPcopy Create free account
hub / github.com/eggert/tz / attype

Class attype

zic.c:534–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 zic_t at;
533 bool dontmerge;
534 unsigned char type;
535} * attypes;
536static zic_t utoffs[TZ_MAX_TYPES];
537static char isdsts[TZ_MAX_TYPES];
538static unsigned char desigidx[TZ_MAX_TYPES];
539static bool ttisstds[TZ_MAX_TYPES];
540static bool ttisuts[TZ_MAX_TYPES];
541static char chars[TZ_MAX_CHARS];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected