Searched refs:dstoffs (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/zoneinfo/ |
D | _zoneinfo.py | 309 dstoffs = [0] * typecnt # Provisionally assign all to 0. 326 if dstoffs[idx] != 0: 350 dstoffs[idx] = dstoff 356 if not dstoffs[idx] and isdsts[idx]: 357 dstoffs[idx] = 3600 359 return dstoffs
|
/external/python/cpython3/Modules/ |
D | _zoneinfo.c | 109 utcoff_to_dstoff(size_t *trans_idx, long *utcoffs, long *dstoffs, 1969 utcoff_to_dstoff(size_t *trans_idx, long *utcoffs, long *dstoffs, in utcoff_to_dstoff() argument 1988 if (!isdsts[idx] || dstoffs[idx] != 0) { in utcoff_to_dstoff() 2014 dstoffs[idx] = dstoff; in utcoff_to_dstoff() 2023 if (isdsts[idx] && !dstoffs[idx]) { in utcoff_to_dstoff() 2024 dstoffs[idx] = 3600; in utcoff_to_dstoff()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 405 static zic_t dstoffs[TZ_MAX_TYPES]; variable 1788 rawoffs[mrudst], dstoffs[mrudst], in writezone() 1802 rawoffs[mrudst], dstoffs[mrudst], in writezone() 1894 puttzcode(dstoffs[i], fp); in writezone() 2686 dstoffs[0] = dstoffs[type]; in addtt() 2745 rawoff == rawoffs[i] && dstoff == dstoffs[i] && in addtype() 2767 dstoffs[i] = dstoff; in addtype()
|