HomeSort by relevance Sort by last modified time
    Searched refs:tm_mday (Results 26 - 50 of 251) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/base/libs/androidfw/tests/
ZipUtils_test.cpp 51 EXPECT_EQ(29, t.tm_mday)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_date.pass.cpp 47 assert(t.tm_mday == 5);
get_date_wide.pass.cpp 47 assert(t.tm_mday == 5);
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeEfi.c 36 BT->tm_mday = ET->Day;
75 ET->Day = (UINT8)BT->tm_mday;
Time.c 174 tmp->tm_mday = (int) (days + 1);
237 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 &&
271 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
281 while (yourtm.tm_mday <= 0) {
285 yourtm.tm_mday += year_lengths[isleap(i)];
287 while (yourtm.tm_mday > DAYSPERLYEAR) {
289 yourtm.tm_mday -= year_lengths[isleap(i)];
295 if (yourtm.tm_mday <= i)
297 yourtm.tm_mday -= i;
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_time.pass.cpp 52 assert(t.tm_mday == 31);
68 assert(t.tm_mday == 31);
put_time.pass.cpp 63 t.tm_mday = 31;
79 t.tm_mday = 31;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/ext.manip/
get_time.pass.cpp 52 assert(t.tm_mday == 31);
68 assert(t.tm_mday == 31);
put_time.pass.cpp 63 t.tm_mday = 31;
79 t.tm_mday = 31;
  /external/libchrome/base/third_party/nspr/
prtime.cc 226 time->tm_mday--;
228 if (time->tm_mday < 1) {
238 time->tm_mday = nDays[IsLeapYear(time->tm_year)][time->tm_month];
246 time->tm_mday++;
248 if (time->tm_mday >
250 time->tm_mday = 1;
307 time->tm_mday += time->tm_hour / 24;
311 time->tm_mday--;
327 if (time->tm_mday < 1) {
336 time->tm_mday += nDays[IsLeapYear(time->tm_year)][time->tm_month]
    [all...]
prtime.h 153 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it member in struct:PRExplodedTime
  /external/boringssl/src/crypto/asn1/
time_support.c 128 time_day = tm->tm_mday;
165 tm->tm_mday = time_day;
  /bionic/libc/kernel/uapi/linux/
rtc.h 25 int tm_mday; member in struct:rtc_time
  /bionic/libc/tzcode/
asctime.c 100 ** (e.g., timeptr->tm_mday) when processing "%Y".
109 timeptr->tm_mday, timeptr->tm_hour,
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 25 - int tm_mday; // day of the month - [1, 31]
144 int tm_mday; // day of the month [1, 31] member in struct:tm
191 the final value of tm_mday is not set until tm_mon and tm_year
300 %d is replaced by the day of the month as a decimal number (01-31). [tm_mday]
301 %D is equivalent to "%m/%d/%y". [tm_mon, tm_mday, tm_year]
303 a single digit is preceded by a space. [tm_mday]
305 [tm_year, tm_mon, tm_mday]
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 100 ** (e.g., timeptr->tm_mday) when processing "%Y".
109 timeptr->tm_mday, timeptr->tm_hour,
  /external/kernel-headers/original/uapi/linux/
rtc.h 25 int tm_mday; member in struct:rtc_time
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_one.pass.cpp 58 assert(t.tm_mday == 31);
86 assert(t.tm_mday == 31);
121 assert(t.tm_mday == 31);
150 assert(t.tm_mday == 31);
get_one_wide.pass.cpp 58 assert(t.tm_mday == 31);
86 assert(t.tm_mday == 31);
120 assert(t.tm_mday == 31);
151 assert(t.tm_mday == 31);
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put1.pass.cpp 40 t.tm_mday = 2;
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 54 t.tm_mday = 2;
  /external/pdfium/core/fxcrt/
fx_system_unittest.cpp 167 good_time.tm_mday = 9; // 1-based.
180 year_time.tm_mday = 9; // 1-based.
196 bad_time.tm_mday = -1;
207 feb_time.tm_mday = 30; // 1-based.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 24 int tm_mday; member in struct:rtc_time
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.get.byname/
get_one.pass.cpp 58 assert(t.tm_mday == 31);
86 assert(t.tm_mday == 31);
121 assert(t.tm_mday == 31);
150 assert(t.tm_mday == 31);
get_one_wide.pass.cpp 58 assert(t.tm_mday == 31);
86 assert(t.tm_mday == 31);
120 assert(t.tm_mday == 31);
151 assert(t.tm_mday == 31);

Completed in 1672 milliseconds

12 3 4 5 6 7 8 91011