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

  /frameworks/base/core/jni/
TimeUtils.h 70 int isdst)
78 this->t.tm_isdst = isdst;
  /development/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;
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 62 ZoneInfo(String name, int[] transitions, byte[] type, int[] gmtoff, byte[] isdst,
67 mIsDsts = isdst;
  /external/chromium/third_party/icu/source/common/
rbbicst.pl 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
  /external/icu4c/common/
rbbicst.pl 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
  /external/chromium/third_party/icu/source/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 141 bool isdst; member in struct:ZoneType
398 // Read types (except for the isdst and isgmt flags, which come later (why??))
404 type.isdst = readbool(file);
410 if (type.isdst != (type.dstoffset != 0)) {
411 throw invalid_argument("isdst does not reflect dstoffset");
    [all...]
localtime.c 1037 register int isdst; local
1067 isdst = FALSE;
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
  /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...]
localtime.c 1037 register int isdst; local
1067 isdst = FALSE;
1093 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl     [all...]
runtests.pl 428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
  /bionic/libc/tzcode/
localtime.c 1124 register int isdst; local
    [all...]
  /system/core/libcutils/
tztime.c 1057 register int isdst; local
1087 isdst = FALSE;
1113 if (isdst && !sp->ttis[j].tt_ttisstd) {
    [all...]

Completed in 203 milliseconds