Searched refs:IsRepeatMonth (Results 1 – 4 of 4) sorted by relevance
87 reminderRequestCalendar.IsRepeatMonth(months); in DoSomethingInterestingWithMyAPI()
578 bool result = calendar->IsRepeatMonth(month);597 bool result = calendar->IsRepeatMonth(month);718 bool result1 = calendar->IsRepeatMonth(month);801 bool result7 = calendar->IsRepeatMonth(month);846 bool result1 = calendar->IsRepeatMonth(month);889 bool result1 = calendar->IsRepeatMonth(month);
338 bool IsRepeatMonth(uint8_t month) const;
528 bool ReminderRequestCalendar::IsRepeatMonth(uint8_t month) const in IsRepeatMonth() function in OHOS::Notification::ReminderRequestCalendar596 if (IsRepeatMonth(i + 1)) { in GetRepeatMonths()