Home
last modified time | relevance | path

Searched defs:ttinfo (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/tz/
Dzdump.py8 ttinfo = namedtuple('ttinfo', ['tt_gmtoff', 'tt_isdst', 'tt_abbrind']) variable
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c79 struct ttinfo { /* time type information */ struct
80 int_fast32_t tt_gmtoff; /* UT offset in seconds */
81 int tt_isdst; /* used to set tm_isdst */
82 int tt_abbrind; /* abbreviation list index */
83 int tt_ttisstd; /* TRUE if transition is std time */
84 int tt_ttisgmt; /* TRUE if transition is UT */