Searched refs:DECEMBER (Results 1 – 2 of 2) sorted by relevance
187 static const uint8_t DECEMBER; variable
25 const uint8_t ReminderRequestCalendar::DECEMBER = 12; member in OHOS::Notification::ReminderRequestCalendar198 setMonth = setMonth == 0 ? DECEMBER : setMonth; in GetNextTriggerTimeAsRepeatReminder()291 if (month < JANUARY || month > DECEMBER) { in SetMonth()