Searched refs:tm_yday (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | time_facets.cpp | 263 _bend = __write_integer(_buf, 0, (long)((long)t->tm_yday + 1)); in __write_formatted_timeT() 287 _bend = __write_integer(_buf, 0, long((t->tm_yday - t->tm_wday + 7) / 7)); in __write_formatted_timeT() 298 (long)(t->tm_wday == 0 ? (t->tm_yday + 1) / 7 : in __write_formatted_timeT() 299 (t->tm_yday + 8 - t->tm_wday) / 7)); in __write_formatted_timeT() 394 int days = __iso_week_days (t->tm_yday, t->tm_wday); in __write_formatted_timeT() 398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT() 401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/ |
D | put1.pass.cpp | 44 t.tm_yday = -1; in main()
|
D | put2.pass.cpp | 44 t.tm_yday = -1; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/ |
D | put1.pass.cpp | 52 t.tm_yday = -1; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _evc.h | 289 int tm_yday; /* days since January 1 - [0,365] */ member
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.c | 206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 4828 t.tm_yday = 364; in __analyze() 4976 t.tm_yday = 364; in __analyze()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 2436 __get_day_year_num(__tm->tm_yday, __b, __e, __err, __ct);
|