HomeSort by relevance Sort by last modified time
    Searched refs:tm_isdst (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/clearsilver/util/
neo_date.c 60 int save_isdst = ttm->tm_isdst;
68 ttm->tm_isdst = -1;
70 ttm->tm_isdst = save_isdst;
91 if(ttm->tm_isdst)
  /frameworks/base/core/jni/
Time.cpp 18 t.t.tm_isdst, tm_gmtoff, t.t.tm_wday, t.t.tm_yday);
31 t.tm_isdst = -1; // we don't know, so let the C library determine
165 t.tm_sec, timezone, t.tm_wday, t.tm_yday, tm_gmtoff, t.tm_isdst,
183 this->t.tm_isdst = -1;
TimeUtils.h 78 this->t.tm_isdst = isdst;
  /bionic/libc/kernel/common/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /development/ndk/platforms/android-3/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
rtc.h 24 int tm_isdst; member in struct:rtc_time
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 213 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
522 newtm.tm_isdst != tm.tm_isdst)) {
536 newtm.tm_isdst != tm.tm_isdst ||
703 tm.tm_isdst == lotm.tm_isdst &&
764 (void) printf(" isdst=%d", tmp->tm_isdst);
782 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1
    [all...]
localtime.c 88 int tt_isdst; /* used to set tm_isdst */
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 213 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst);
522 newtm.tm_isdst != tm.tm_isdst)) {
536 newtm.tm_isdst != tm.tm_isdst ||
703 tm.tm_isdst == lotm.tm_isdst &&
764 (void) printf(" isdst=%d", tmp->tm_isdst);
782 if (tmp->tm_isdst != 0 && tmp->tm_isdst != 1
    [all...]
localtime.c 88 int tt_isdst; /* used to set tm_isdst */
    [all...]
  /bionic/libc/tzcode/
localtime.c 143 int tt_isdst; /* used to set tm_isdst */
    [all...]
  /external/webkit/JavaScriptCore/wtf/
DateMath.h 140 , isDST(inTm.tm_isdst)
171 ret.tm_isdst = isDST;
  /bionic/libc/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /development/ndk/platforms/android-3/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /development/ndk/platforms/android-8/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 54 int tm_isdst; /* daylight saving time */ member in struct:tm

Completed in 550 milliseconds

1 2 3