/frameworks/base/core/jni/ |
TimeUtils.h | 70 int isdst) 78 this->t.tm_isdst = isdst;
|
/external/chromium_org/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_org/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 | 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/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...] |
/bionic/libc/tzcode/ |
localtime.c | 1060 register int isdst; local [all...] |