HomeSort by relevance Sort by last modified time
    Searched refs:tm_wday (Results 1 - 25 of 106) 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 213 pt = _add((t->tm_wday < 0 ||
214 t->tm_wday >= DAYSPERWEEK) ?
215 "?" : locale->weekday[t->tm_wday],
219 pt = _add((t->tm_wday < 0 ||
220 t->tm_wday >= DAYSPERWEEK) ?
221 "?" : locale->wday[t->tm_wday],
425 t->tm_wday) / DAYSPERWEEK,
437 pt = _conv((t->tm_wday == 0) ?
438 DAYSPERWEEK : t->tm_wday, "%d", pt, ptlim);
471 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/base/libs/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
  /prebuilt/sdk/14/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
  /prebuilt/sdk/15/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 35 dt->fDayOfWeek = SkToU8(tstruct->tm_wday);
  /system/core/libcutils/
tzstrftime.c 163 pt = _add((t->tm_wday < 0 ||
164 t->tm_wday >= DAYSPERWEEK) ?
165 "?" : Locale->weekday[t->tm_wday],
169 pt = _add((t->tm_wday < 0 ||
170 t->tm_wday >= DAYSPERWEEK) ?
171 "?" : Locale->wday[t->tm_wday],
375 t->tm_wday) / DAYSPERWEEK,
387 pt = _conv((t->tm_wday == 0) ?
388 DAYSPERWEEK : t->tm_wday, "%d", pt, ptlim);
421 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 22 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/base/media/mtp/
MtpUtils.cpp 60 tm.tm_wday = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtc.h 27 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
rtc.h 22 int tm_wday; member in struct:rtc_time

Completed in 312 milliseconds

1 2 3 4 5