Searched refs:tm_yday (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
H A Dput1.pass.cpp44 t.tm_yday = -1;
H A Dput2.pass.cpp44 t.tm_yday = -1;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/
H A Dput1.pass.cpp52 t.tm_yday = -1;
/ndk/sources/cxx-stl/stlport/src/
H A Dtime_facets.cpp263 _bend = __write_integer(_buf, 0, (long)((long)t->tm_yday + 1));
287 _bend = __write_integer(_buf, 0, long((t->tm_yday - t->tm_wday + 7) / 7));
298 (long)(t->tm_wday == 0 ? (t->tm_yday + 1) / 7 :
299 (t->tm_yday + 8 - t->tm_wday) / 7));
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);
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h289 int tm_yday; /* days since January 1 - [0,365] */ member in struct:tm
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_time_facets.c207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp4720 t.tm_yday = 364;
4866 t.tm_yday = 364;

Completed in 140 milliseconds