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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 371 int ttisgmtcnt; local
377 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
388 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
396 ttisgmtcnt) /* ttisgmts */
450 if (ttisgmtcnt == 0)
  /external/python/dateutil/dateutil/tz/
tz.py 445 ttisgmtcnt,
545 if ttisgmtcnt:
546 isgmt = struct.unpack(">%db" % ttisgmtcnt,
547 fileobj.read(ttisgmtcnt))
564 tti.isgmt = (ttisgmtcnt > i and isgmt[i] != 0)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 391 int ttisgmtcnt; local
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
406 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0))
415 ttisgmtcnt) /* ttisgmts */
492 if (ttisgmtcnt == 0)
    [all...]
  /bionic/libc/tzcode/
localtime.c 441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt); local
452 && (ttisgmtcnt == typecnt || ttisgmtcnt == 0)))
462 + ttisgmtcnt)) /* ttisgmts */
559 if (ttisgmtcnt == 0)
    [all...]

Completed in 633 milliseconds