Home
last modified time | relevance | path

Searched refs:tt_isdst (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c81 int tt_isdst; /* used to set tm_isdst */ member
275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()
282 tzname[ttisp->tt_isdst] = in settzname()
285 if (ttisp->tt_isdst) in settzname()
287 if (!ttisp->tt_isdst) in settzname()
291 if (ttisp->tt_isdst) in settzname()
454 ttisp->tt_isdst = (unsigned char) *p++; in tzload()
455 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1) in tzload()
581 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzload()
584 if (!sp->ttis[i].tt_isdst) in tzload()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c81 int tt_isdst; /* used to set tm_isdst */ member
275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()
282 tzname[ttisp->tt_isdst] = in settzname()
285 if (ttisp->tt_isdst) in settzname()
287 if (!ttisp->tt_isdst) in settzname()
291 if (ttisp->tt_isdst) in settzname()
454 ttisp->tt_isdst = (unsigned char) *p++; in tzload()
455 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1) in tzload()
581 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzload()
584 if (!sp->ttis[i].tt_isdst) in tzload()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c81 int tt_isdst; /* used to set tm_isdst */ member
275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()
282 tzname[ttisp->tt_isdst] = in settzname()
285 if (ttisp->tt_isdst) in settzname()
287 if (!ttisp->tt_isdst) in settzname()
291 if (ttisp->tt_isdst) in settzname()
454 ttisp->tt_isdst = (unsigned char) *p++; in tzload()
455 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1) in tzload()
581 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzload()
584 if (!sp->ttis[i].tt_isdst) in tzload()
[all …]
/third_party/tzdata/
Dlocaltime.c102 bool tt_isdst; /* used to set tm_isdst */ member
216 s->tt_isdst = isdst; in init_ttinfo()
272 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_desigidx]; in update_tzname_etc()
275 if (!ttisp->tt_isdst) in update_tzname_etc()
279 if (ttisp->tt_isdst) in update_tzname_etc()
316 if (ttisp->tt_isdst) in settzname()
529 ttisp->tt_isdst = isdst; in tzloadbody()
706 if (i < 0 && sp->timecnt > 0 && sp->ttis[sp->types[0]].tt_isdst) { in tzloadbody()
709 if (!sp->ttis[i].tt_isdst) in tzloadbody()
721 while (sp->ttis[i].tt_isdst) in tzloadbody()
[all …]
Dtzfile.5.txt70 unsigned char tt_isdst;
76 tt_isdst and a one-byte value for tt_desigidx. In each structure,
77 tt_utoff gives the number of seconds to be added to UT, tt_isdst
/third_party/glib/glib/
Dgtimezone.c130 guint8 tt_isdst; member
644 t_info.is_dst = info.tt_isdst ? TRUE : FALSE; in init_zone_from_iana_info()