/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;
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 263 byte[] isdst = new byte[ngmtoff]; 267 isdst[i] = data[base + 6 * i + 4]; 273 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base);
|
ZoneInfo.java | 68 int[] gmtoff, byte[] isdst, byte[] abbrev, 73 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 | 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/webkit/JavaScriptCore/tests/mozilla/ |
jsDriver.pl | [all...] |
runtests.pl | 428 ( $sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst ) =
|
/bionic/libc/tzcode/ |
localtime.c | 1120 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...] |