Searched refs:LEAP_PARAM_MIN (Results 1 – 2 of 2) sorted by relevance
230 static const uint8_t LEAP_PARAM_MIN; variable
45 const uint8_t ReminderRequestCalendar::LEAP_PARAM_MIN = 4; member in OHOS::Notification::ReminderRequestCalendar106 …days = ((((year % LEAP_PARAM_MIN == 0) && (year % LEAP_PARAM_MAX != 0)) || (year % SOLAR_YEAR == 0… in GetDaysOfMonth()