Lines Matching +full:0 +full:- +full:indexed
9 ** 1996-06-05 by Arthur David Olson.
41 char tzh_version[1]; /* '\0' or '2'-'4' as of 2021 */
60 ** tzh_charcnt (char)s '\0'-terminated zone abbreviations
64 ** tzh_ttisstdcnt (char)s indexed by type; if 1, transition
65 ** time is standard time, if 0,
69 ** tzh_ttisutcnt (char)s indexed by type; if 1, transition
70 ** time is UT, if 0, transition time is
81 ** then a POSIX.1-2017 proleptic TZ string for use in handling
83 ** (with nothing between the newlines if there is no POSIX.1-2017
86 ** If tz_version is '3' or greater, the TZ string can be any POSIX.1-2024
88 ** First, the TZ string's hour offset may range from -167
89 ** through 167 as compared to the range 0 through 24 required
90 ** by POSIX.1-2017 and earlier.
102 /* This must be at least 242 for Europe/London with 'zic -b fat'. */
107 /* This must be at least 18 for Europe/Vilnius with 'zic -b fat'. */
118 /* This must be at least 27 for leap seconds from 1972 through mid-2023.