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