Searched refs:IsLeapYear (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp367 return daysInMonth[wxDateTime::IsLeapYear(year)][month];
786 bool wxDateTime::IsLeapYear(int year, wxDateTime::Calendar cal) function in class:wxDateTime
878 return IsLeapYear(year) ? 366 : 365;
2106 return (wxDateTime::wxDateTime_t)(gs_cumulatedDays[wxDateTime::IsLeapYear(tm.year)][tm.mon] + tm.mday);
2205 bool isLeap = IsLeapYear(year);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp250 CPPUNIT_ASSERT( wxDateTime::IsLeapYear(y.year) == y.isLeap );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex208 \helpref{IsLeapYear}{wxdatetimeisleapyear}\\
583 \membersection{wxDateTime::IsLeapYear}\label{wxdatetimeisleapyear}
585 \func{static bool}{IsLeapYear}{\param{int }{year = Inv\_Year}, \param{Calendar }{cal = Gregorian}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h520 static bool IsLeapYear(int year = Inv_Year, Calendar cal = Gregorian);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3470 wxDateTime::IsLeapYear(year) ? "" : "not ",

Completed in 201 milliseconds