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

1 2 3 4 5

  /bionic/libc/tzcode/
asctime.c 94 if (timeptr->tm_wday < 0 || timeptr->tm_wday >= DAYSPERWEEK)
96 else wn = wday_name[timeptr->tm_wday];
strftime.c 214 pt = _add((t->tm_wday < 0 ||
215 t->tm_wday >= DAYSPERWEEK) ?
216 "?" : locale->weekday[t->tm_wday],
220 pt = _add((t->tm_wday < 0 ||
221 t->tm_wday >= DAYSPERWEEK) ?
222 "?" : locale->wday[t->tm_wday],
426 t->tm_wday) / DAYSPERWEEK,
438 pt = _conv((t->tm_wday == 0) ?
439 DAYSPERWEEK : t->tm_wday, "%d", pt, ptlim);
472 wday = t->tm_wday;
    [all...]
  /external/icu4c/tools/tzcode/
asctime.c 94 if (timeptr->tm_wday < 0 || timeptr->tm_wday >= DAYSPERWEEK)
96 else wn = wday_name[timeptr->tm_wday];
  /frameworks/rs/scriptc/
rs_time.rsh 43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
56 int tm_wday; ///< day of the week
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
56 int tm_wday; ///< day of the week
  /external/skia/src/ports/
SkTime_Unix.cpp 26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday);
  /system/core/libcutils/
tzstrftime.c 164 pt = _add((t->tm_wday < 0 ||
165 t->tm_wday >= DAYSPERWEEK) ?
166 "?" : Locale->weekday[t->tm_wday],
170 pt = _add((t->tm_wday < 0 ||
171 t->tm_wday >= DAYSPERWEEK) ?
172 "?" : Locale->wday[t->tm_wday],
376 t->tm_wday) / DAYSPERWEEK,
388 pt = _conv((t->tm_wday == 0) ?
389 DAYSPERWEEK : t->tm_wday, "%d", pt, ptlim);
422 wday = t->tm_wday;
    [all...]
  /frameworks/base/core/jni/
Time.cpp 18 t.t.tm_isdst, tm_gmtoff, t.t.tm_wday, t.t.tm_yday);
29 t.tm_wday = 0;
165 t.tm_sec, timezone, t.tm_wday, t.tm_yday, tm_gmtoff, t.tm_isdst,
TimeUtils.h 82 this->t.tm_wday = 0;
  /bionic/libc/kernel/common/linux/
rtc.h 30 int tm_wday; member in struct:rtc_time
  /development/ndk/platforms/android-3/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /external/chromium/base/third_party/nspr/
prtime.h 135 PRInt8 tm_wday; /* calculated day of the week member in struct:PRExplodedTime
183 * - tm_wday and tm_yday: these fields are calculated by NSPR. Users
  /frameworks/av/media/mtp/
MtpUtils.cpp 60 tm.tm_wday = 0;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 27 int tm_wday; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 27 int tm_wday; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtc.h 27 int tm_wday; member in struct:rtc_time
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time

Completed in 814 milliseconds

1 2 3 4 5