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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 80 int tt_ttisgmt; /* TRUE if transition is UTC */ member in struct:ttinfo
ZoneProc.c 451 ttisp->tt_ttisgmt = FALSE;
453 ttisp->tt_ttisgmt = *p++;
454 if (ttisp->tt_ttisgmt != TRUE &&
455 ttisp->tt_ttisgmt != FALSE)
703 if (sp->ttis[j].tt_ttisgmt) {
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 84 int tt_ttisgmt; /* TRUE if transition is UT */ member in struct:ttinfo
493 ttisp->tt_ttisgmt = FALSE;
495 ttisp->tt_ttisgmt = *p++;
496 if (ttisp->tt_ttisgmt != TRUE &&
497 ttisp->tt_ttisgmt != FALSE)
626 ap->tt_ttisgmt == bp->tt_ttisgmt &&
1098 if (sp->ttis[j].tt_ttisgmt) {
    [all...]
  /bionic/libc/tzcode/
localtime.c 104 bool tt_ttisgmt; /* transition is UT */ member in struct:ttinfo
214 s->tt_ttisgmt = false;
560 ttisp->tt_ttisgmt = false;
564 ttisp->tt_ttisgmt = *p++;
718 ap->tt_ttisgmt == bp->tt_ttisgmt &&
1189 if (sp->ttis[j].tt_ttisgmt) {
    [all...]

Completed in 69 milliseconds