Home
last modified time | relevance | path

Searched refs:utoff (Results 1 - 2 of 2) sorted by relevance

/third_party/tzdata/
H A Dzic.c2699 puttzcode(0, fp); /* utoff */ in writezone()
3485 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() argument
3489 if (! (-1L - 2147483647L <= utoff && utoff <= 2147483647L)) { in addtype()
3504 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i] in addtype()
3517 utoffs[i] = utoff; in addtype()
H A Dlocaltime.c214 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, int desigidx) in init_ttinfo() argument
216 s->tt_utoff = utoff; in init_ttinfo()

Completed in 11 milliseconds