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

  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 91 int tt_ttisgmt; /* TRUE if transition is UTC */ member in struct:ttinfo
474 ttisp->tt_ttisgmt = FALSE;
476 ttisp->tt_ttisgmt = *p++;
477 if (ttisp->tt_ttisgmt != TRUE &&
478 ttisp->tt_ttisgmt != FALSE)
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
1076 if (sp->ttis[j].tt_ttisgmt) {
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 91 int tt_ttisgmt; /* TRUE if transition is UTC */ member in struct:ttinfo
474 ttisp->tt_ttisgmt = FALSE;
476 ttisp->tt_ttisgmt = *p++;
477 if (ttisp->tt_ttisgmt != TRUE &&
478 ttisp->tt_ttisgmt != FALSE)
596 ap->tt_ttisgmt == bp->tt_ttisgmt &&
1076 if (sp->ttis[j].tt_ttisgmt) {
    [all...]
  /bionic/libc/tzcode/
localtime.c 146 int tt_ttisgmt; /* TRUE if transition is UTC */ member in struct:ttinfo
594 ttisp->tt_ttisgmt = FALSE;
596 ttisp->tt_ttisgmt = *p++;
597 if (ttisp->tt_ttisgmt != TRUE &&
598 ttisp->tt_ttisgmt != FALSE)
    [all...]
  /system/core/libcutils/
tztime.c 124 int tt_ttisgmt; /* TRUE if transition is UTC */ member in struct:ttinfo
528 ttisp->tt_ttisgmt = FALSE;
530 ttisp->tt_ttisgmt = *p++;
531 if (ttisp->tt_ttisgmt != TRUE &&
532 ttisp->tt_ttisgmt != FALSE)
1096 if (sp->ttis[j].tt_ttisgmt) {
    [all...]

Completed in 16 milliseconds