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

/haiku-fatelf/headers/os/support/
H A DDateTime.h127 bool IsLeapYear() const;
128 static bool IsLeapYear(int32 year);
/haiku-fatelf/src/kits/support/
H A DDateTime.cpp865 BDate::IsLeapYear() const function in class:BPrivate::BDate
867 return IsLeapYear(fYear);
876 BDate::IsLeapYear(int32 year) function in class:BPrivate::BDate
897 return IsLeapYear(fYear) ? 366 : 365;
1176 if (month == 2 && IsLeapYear(year))
/haiku-fatelf/src/apps/webpositive/support/
H A DDateTime.h126 bool IsLeapYear(int32 year) const;
H A DDateTime.cpp857 BDate::IsLeapYear(int32 year) const function in class:BPrivate::BDate
878 return IsLeapYear(fYear) ? 366 : 365;
1155 if (month == 2 && IsLeapYear(year))

Completed in 94 milliseconds