Searched refs:IsLeap (Results 1 – 1 of 1) sorted by relevance
78 bool IsLeap(int year) { in IsLeap() function179 int recent_year = (IsLeap(year) ? 1956 : 1967) + (week_day * 12) % 28; in EquivalentYear()