Searched refs:yr (Results 1 – 8 of 8) sorted by relevance
/reactos/sdk/lib/ucrt/time/ |
H A D | loctotime.cpp | 18 int yr, // Zero-based in common_loctotime_t() argument 32 yr -= 1900; in common_loctotime_t() 34 _VALIDATE_RETURN_NOEXC(yr >= _BASE_YEAR && yr <= time_traits::max_year, EINVAL, invalid_time) in common_loctotime_t() 36 _VALIDATE_RETURN_NOEXC(__crt_time_is_day_valid(yr, mo - 1, dy), EINVAL, invalid_time) in common_loctotime_t() 43 if (__crt_time_is_leap_year(yr) && mo > 2) in common_loctotime_t() 46 TimeType const elapsed_years = static_cast<TimeType>(yr) - _BASE_YEAR; in common_loctotime_t() 81 tm_value.tm_year = yr; in common_loctotime_t() 94 int const yr, in __loctotime32_t() argument 103 return common_loctotime_t<__time32_t>(yr, mo, dy, hr, mn, sc, dstflag); in __loctotime32_t() 107 int const yr, in __loctotime64_t() argument [all …]
|
H A D | tzset.cpp | 37 int yr; // year of interest member 345 dststart.yr = dstend.yr = -1; in tzset_nolock() 493 dststart.yr = year; in cvtdate() 518 dstend.yr = year; in cvtdate() 543 if (tb->tm_year != dststart.yr || tb->tm_year != dstend.yr) in _isindst_nolock()
|
/reactos/sdk/lib/ucrt/inc/ |
H A D | corecrt_internal_time.h | 153 bool __cdecl __crt_time_is_leap_year(TimeType const yr) throw() 155 if (yr % 4 == 0 && yr % 100 != 0) 158 if ((yr + 1900) % 400 == 0) 168 TimeType __cdecl __crt_time_elapsed_leap_years(TimeType const yr) throw() 172 TimeType const elapsed_leap_years = ((yr - 1) / 4) - ((yr - 1) / 100) + ((yr + 299) / 400); 178 inline bool __cdecl __crt_time_is_day_valid(int const yr, int const mo, int const dy) throw() 188 if (__crt_time_is_leap_year(yr) && mo == 1 && dy <= 29)
|
/reactos/dll/win32/netid/lang/ |
H A D | tr-TR.rc | 86 3220 "<< A&yrıntılar"
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xmlschemastypes.c | 1126 #define VALID_YEAR(yr) (yr != 0) argument 1142 #define MAX_DAYINMONTH(yr,mon) \ argument 1143 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
|
/reactos/dll/win32/getuname/lang/ |
H A D | ru-RU.rc | 434 422 "Латинская буква yr" 5807 5795 "Рунический знак yr" 5874 5862 "Рунический знак long-branch-yr" 5875 5863 "Рунический знак short-twig-yr" 5876 5864 "Рунический знак icelandic-yr"
|
H A D | ro-RO.rc | 431 422 "Litera latină yr" 5070 5795 "Litera runică yr" 5137 5862 "Litera runică yr-ram-lung" 5138 5863 "Litera runică yr-ram-scurt" 5139 5864 "Litera runică islandeză yr"
|
H A D | fr-FR.rc | 5807 5795 "Lettre runique yr" 5874 5862 "Lettre runique yr-à-longue-branche" 5875 5863 "Lettre runique yr-à-ramille" 5876 5864 "Lettre runique yr-islandais"
|