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

1 2 3 4

  /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
  /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
  /bionic/libc/bionic/
time64.c 269 assert(tm->tm_wday >= 0);
270 assert(tm->tm_wday <= 6);
379 dest->tm_wday = src->tm_wday;
411 dest->tm_wday = src->tm_wday;
640 p->tm_wday = v_tm_wday;
739 if( 0 <= date->tm_wday && date->tm_wday <= 6 )
760 wday_name[date->tm_wday],
    [all...]
  /external/stlport/src/
time_facets.cpp 222 __append(buf, table._M_dayname[t->tm_wday]);
226 __append(buf, table._M_dayname[t->tm_wday + 7]);
287 _bend = __write_integer(_buf, 0, long((t->tm_yday - t->tm_wday + 7) / 7));
292 _bend = __write_integer(_buf, 0, (long)t->tm_wday);
298 (long)(t->tm_wday == 0 ? (t->tm_yday + 1) / 7 :
299 (t->tm_yday + 8 - t->tm_wday) / 7));
381 _bend = __write_integer(_buf, 0, long((t->tm_wday - 1 + 7)) % 7 + 1);
394 int days = __iso_week_days (t->tm_yday, t->tm_wday);
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday);
401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday);
    [all...]

Completed in 386 milliseconds

1 2 3 4