Home
last modified time | relevance | path

Searched refs:dstoffs (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/zoneinfo/
H A D_zoneinfo.py309 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
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c404 /* gmtoffs[i] = rawoffs[i] + dstoffs[i] */
406 static zic_t dstoffs[TZ_MAX_TYPES]; variable
1789 rawoffs[mrudst], dstoffs[mrudst], in writezone()
1803 rawoffs[mrudst], dstoffs[mrudst], in writezone()
1895 puttzcode(dstoffs[i], fp); in writezone()
2687 dstoffs[0] = dstoffs[type]; in addtt()
2746 rawoff == rawoffs[i] && dstoff == dstoffs[i] && in addtype()
2768 dstoffs[i] = dstoff; in addtype()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c403 /* gmtoffs[i] = rawoffs[i] + dstoffs[i] */
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()
/third_party/python/Modules/
H A D_zoneinfo.c114 utcoff_to_dstoff(size_t *trans_idx, long *utcoffs, long *dstoffs,
1977 utcoff_to_dstoff(size_t *trans_idx, long *utcoffs, long *dstoffs, in utcoff_to_dstoff() argument
1996 if (!isdsts[idx] || dstoffs[idx] != 0) { in utcoff_to_dstoff()
2022 dstoffs[idx] = dstoff; in utcoff_to_dstoff()
2031 if (isdsts[idx] && !dstoffs[idx]) { in utcoff_to_dstoff()
2032 dstoffs[idx] = 3600; in utcoff_to_dstoff()

Completed in 12 milliseconds