Home
last modified time | relevance | path

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

/third_party/tzdata/
Dzic.c3454 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() argument
3458 if (! (-1L - 2147483647L <= utoff && utoff <= 2147483647L)) { in addtype()
3473 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i] in addtype()
3486 utoffs[i] = utoff; in addtype()
Dlocaltime.c209 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, int desigidx) in init_ttinfo() argument
211 s->tt_utoff = utoff; in init_ttinfo()