Searched refs:CAL_EASTER_ALWAYS_GREGORIAN (Results 1 – 4 of 4) sorted by relevance
29 #define CAL_EASTER_ALWAYS_GREGORIAN 2 macro
86 if ((year <= 1582 && method != CAL_EASTER_ALWAYS_GREGORIAN) || in _cal_easter()87 … >= 1583 && year <= 1752 && method != CAL_EASTER_ROMAN && method != CAL_EASTER_ALWAYS_GREGORIAN) || in _cal_easter()
92 const CAL_EASTER_ALWAYS_GREGORIAN = UNKNOWN; define
136 …REGISTER_LONG_CONSTANT("CAL_EASTER_ALWAYS_GREGORIAN", CAL_EASTER_ALWAYS_GREGORIAN, CONST_PERSISTEN… in register_calendar_symbols()
Completed in 6 milliseconds