Searched refs:day (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | chrono | 1249 class day; 1300 class day 1313 constexpr day& 1320 constexpr day 1328 constexpr day& 1335 constexpr day 1343 constexpr day& 1366 operator==(const day& __x, const day& __y) noexcept 1370 operator<=>(const day& __x, const day& __y) noexcept 1386 operator-(const day& __x, const day& __y) noexcept [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 204 short day; /* for J or normal */ member 654 int i, isdst, isleap, day, day0, monlen, mday; in tm_isdst() local 676 day = r->day; /* Common for 'J' and # case. */ in tm_isdst() 678 if (!isleap || (day < (31+29))) { in tm_isdst() 679 --day; in tm_isdst() 684 if (isleap && (day >= 59)) { in tm_isdst() 685 ++day; in tm_isdst() 693 mday = r->day - ((day0 + day) % 7); in tm_isdst() 702 day += mday; in tm_isdst() 708 if (oday > day) { in tm_isdst() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | README | 6 even let them into the light of day, and I consider them complete garbage.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | categories.def | 217 DEFINE_ELEMENT (DAY_1, "day", std, stringarray, 7, 7) 235 DEFINE_ELEMENT (_NL_WDAY_1, "wide-day", std, wstringarray, 7, 7)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | ChangeLog | 3269 Convert chrono::month and chrono::day to unsigned before 3322 * include/std/chrono (year_month_day_last:day): New
|
Completed in 13 milliseconds