Home
last modified time | relevance | path

Searched refs:months (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/
H A Dreminderrequestcalendar_fuzzer.cpp37 uint8_t months = *data % MONTHS + 1; in DoSomethingInterestingWithMyAPI() local
44 repeatMonths.push_back(months); in DoSomethingInterestingWithMyAPI()
57 reminderRequestCalendar.SetMonth(months, enabled); in DoSomethingInterestingWithMyAPI()
70 reminderRequestCalendar.GetDaysOfMonth(year, months); in DoSomethingInterestingWithMyAPI()
73 reminderRequestCalendar.GetNextDay(year, months, nowTime, target); in DoSomethingInterestingWithMyAPI()
83 reminderRequestCalendar.GetTimeInstantMilli(year, months, days, hour, minute, second); in DoSomethingInterestingWithMyAPI()
87 reminderRequestCalendar.IsRepeatMonth(months); in DoSomethingInterestingWithMyAPI()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java284 String[] months = formatSymbols.getMonths(formatType, lengthType); in getMonthNames()
285 for (int i = 0; i < months.length; i++) { in getMonthNames()
286 sb.append(months[i]); in getMonthNames()
287 if (i != months.length - 1) { in getMonthNames()
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp350 std::string months[] = { "January", "February", "March", "April", "May", "June", "July", "August", "September", in HWTEST_F() local
356 EXPECT_TRUE(months[i] == out); in HWTEST_F()

Completed in 4 milliseconds