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

  /frameworks/base/core/jni/
TimeUtils.h 70 int isdst)
78 this->t.tm_isdst = isdst;
  /bionic/libc/tools/zoneinfo/
ZoneInfo.java 69 byte[] isdst = new byte[ngmtoff];
73 isdst[i] = data[base + 6 * i + 4];
79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base);
90 int[] gmtoff, byte[] isdst, byte[] abbrev,
95 mIsDsts = isdst;
  /external/icu4c/common/
rbbicst.pl 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
  /external/icu4c/tools/tzcode/
zic.c 125 const char * abbr, int isdst,
128 static int addtype(long gmtoff, const char * abbr, int isdst,
139 const char * letters, int isdst, int doquotes);
    [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...]