HomeSort by relevance Sort by last modified time
    Searched defs:isdst (Results 1 - 5 of 5) sorted by null

  /bionic/libc/tzcode/
localtime.c 1060 register int isdst; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 1037 register int isdst; local
1067 isdst = FALSE;
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
tz2icu.cpp 142 bool isdst; member in struct:ZoneType
399 // Read types (except for the isdst and isgmt flags, which come later (why??))
405 type.isdst = readbool(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1037 register int isdst; local
1067 isdst = FALSE;
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
tz2icu.cpp 142 bool isdst; member in struct:ZoneType
399 // Read types (except for the isdst and isgmt flags, which come later (why??))
405 type.isdst = readbool(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
    [all...]

Completed in 202 milliseconds