HomeSort by relevance Sort by last modified time
    Searched refs:tt_isdst (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 88 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
280 tzname[ttisp->tt_isdst] =
283 if (ttisp->tt_isdst)
285 if (i == 0 || !ttisp->tt_isdst)
289 if (i == 0 || ttisp->tt_isdst)
301 tzname[ttisp->tt_isdst] =
435 ttisp->tt_isdst = (unsigned char) *p++;
436 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
594 ap->tt_isdst == bp->tt_isdst &
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 88 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
280 tzname[ttisp->tt_isdst] =
283 if (ttisp->tt_isdst)
285 if (i == 0 || !ttisp->tt_isdst)
289 if (i == 0 || ttisp->tt_isdst)
301 tzname[ttisp->tt_isdst] =
435 ttisp->tt_isdst = (unsigned char) *p++;
436 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
594 ap->tt_isdst == bp->tt_isdst &
    [all...]
  /bionic/libc/tzcode/
localtime.c 143 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
340 tzname[ttisp->tt_isdst] =
343 if (ttisp->tt_isdst)
345 if (i == 0 || !ttisp->tt_isdst)
349 if (i == 0 || ttisp->tt_isdst)
361 tzname[ttisp->tt_isdst] =
555 ttisp->tt_isdst = (unsigned char) *p++;
556 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
    [all...]
  /system/core/libcutils/
tztime.c 121 int tt_isdst; /* used to set tm_isdst */ member in struct:ttinfo
489 ttisp->tt_isdst = (unsigned char) *p++;
490 if (ttisp->tt_isdst != 0 && ttisp->tt_isdst != 1)
1017 sp->ttis[0].tt_isdst = 1;
1020 sp->ttis[1].tt_isdst = 0;
1069 if (!sp->ttis[j].tt_isdst) {
1078 if (sp->ttis[j].tt_isdst) {
1095 sp->types[i] = sp->ttis[j].tt_isdst;
1122 if (sp->ttis[j].tt_isdst)
    [all...]

Completed in 29 milliseconds