Searched refs:Inv_Year (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h397 Inv_Year = SHRT_MIN // should hold in wxDateTime_t enumerator in enum:wxDateTime::Year
520 static bool IsLeapYear(int year = Inv_Year, Calendar cal = Gregorian);
532 int year = Inv_Year,
549 static bool IsDSTApplicable(int year = Inv_Year,
555 static wxDateTime GetBeginDST(int year = Inv_Year,
560 static wxDateTime GetEndDST(int year = Inv_Year,
575 // IsValid() function. The values Inv_Month and Inv_Year for the
603 int year = Inv_Year, // 1999, not 99 please!
646 int year = Inv_Year, // 1999, not 99 please!
716 int year = Inv_Year);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp505 if ( *year == wxDateTime::Inv_Year )
641 year = (wxDateTime_t)wxDateTime::Inv_Year;
665 return (year != wxDateTime::Inv_Year) && (mon != wxDateTime::Inv_Month) &&
788 if ( year == Inv_Year )
842 return Inv_Year;
868 if ( year == Inv_Year )
897 if ( year == Inv_Year )
1134 if ( year == Inv_Year )
1164 if ( year == Inv_Year )
1276 if ( year == Inv_Year )
[all...]

Completed in 125 milliseconds