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

1 2 3 4 5 6 7 8

  /bionic/libc/tzcode/
asctime.c 90 if (timeptr->tm_wday < 0 || timeptr->tm_wday >= DAYSPERWEEK)
92 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/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c 94 if (timeptr->tm_wday < 0 || timeptr->tm_wday >= DAYSPERWEEK)
96 else wn = wday_name[timeptr->tm_wday];
  /external/icu4c/tools/tzcode/
asctime.c 94 if (timeptr->tm_wday < 0 || timeptr->tm_wday >= DAYSPERWEEK)
96 else wn = wday_name[timeptr->tm_wday];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_weekday.pass.cpp 46 assert(t.tm_wday == 0);
55 assert(t.tm_wday == 0);
64 assert(t.tm_wday == 0);
73 assert(t.tm_wday == 0);
82 assert(t.tm_wday == 0);
91 assert(t.tm_wday == 1);
100 assert(t.tm_wday == 1);
109 assert(t.tm_wday == 0);
118 assert(t.tm_wday == 1);
127 assert(t.tm_wday == 1)
    [all...]
get_weekday_wide.pass.cpp 46 assert(t.tm_wday == 0);
55 assert(t.tm_wday == 0);
64 assert(t.tm_wday == 0);
73 assert(t.tm_wday == 0);
82 assert(t.tm_wday == 0);
91 assert(t.tm_wday == 1);
100 assert(t.tm_wday == 1);
109 assert(t.tm_wday == 0);
118 assert(t.tm_wday == 1);
127 assert(t.tm_wday == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_weekday.pass.cpp 48 assert(t.tm_wday == 1);
58 assert(t.tm_wday == 1);
70 assert(t.tm_wday == 1);
80 assert(t.tm_wday == 1);
get_weekday_wide.pass.cpp 48 assert(t.tm_wday == 1);
58 assert(t.tm_wday == 1);
68 assert(t.tm_wday == 1);
78 assert(t.tm_wday == 1);
get_one.pass.cpp 53 assert(t.tm_wday == 6);
81 assert(t.tm_wday == 6);
116 assert(t.tm_wday == 6);
145 assert(t.tm_wday == 6);
  /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/chromium_org/crypto/
nss_util_unittest.cc 25 prxtime.tm_wday = exploded.day_of_week = 0; // Should be unusued.
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday);
  /external/skia/src/ports/
SkTime_Unix.cpp 26 dt->fDayOfWeek = SkToU8(tstruct->tm_wday);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 53 assert(t.tm_wday == 6);
69 assert(t.tm_wday == 6);
put_time.pass.cpp 64 t.tm_wday = 6;
79 t.tm_wday = 6;
  /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
  /external/chromium_org/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
  /external/chromium_org/third_party/WebKit/Source/wtf/
GregorianDateTime.cpp 73 m_weekDay = localTM.tm_wday;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtime.h 124 PRInt8 tm_wday; /* calculated day of the week member in struct:PRExplodedTime
210 * - tm_wday and tm_yday: these fields are calculated by NSPR. Users
  /frameworks/av/media/mtp/
MtpUtils.cpp 60 tm.tm_wday = 0;

Completed in 819 milliseconds

1 2 3 4 5 6 7 8