Searched defs:months (Results 1 - 8 of 8) sorted by relevance
| /base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
| H A D | i18n_test.cpp | 350 std::string months[] = { "January", "February", "March", "April", "May", "June", "July", "August", "September",
in HWTEST_F() local
|
| /base/notification/distributed_notification_service/test/fuzztest/reminderrequestcalendar_fuzzer/ |
| H A D | reminderrequestcalendar_fuzzer.cpp | 37 uint8_t months = *data % MONTHS + 1;
in DoSomethingInterestingWithMyAPI() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/picker/ |
| H A D | picker_data.cpp | 249 auto months = Localization::GetInstance()->GetMonths(true); in Init() local
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| H A D | mock_localization.cpp | 93 std::vector<std::string> months; in GetMonths() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_relative_time_format.cpp | 200 JSHandle<EcmaString> months = JSHandle<EcmaString>::Cast(globalConst->GetHandledMonthsString()); in SingularUnitToIcuUnit() local 314 JSHandle<EcmaString> months = JSHandle<EcmaString>::Cast(globalConst->GetHandledMonthsString()); in SingularUnitString() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
| H A D | calendar_data_adapter.cpp | 484 void CalendarDataAdapter::ParseCalendarData(std::queue<ObtainedMonth>&& months) in ParseCalendarData() argument
|
| /foundation/arkui/ace_engine/frameworks/base/i18n/ |
| H A D | localization.cpp | 482 std::vector<std::string> months; in GetMonths() local 647 std::vector<std::string> months = Localization::GetInstance()->GetMonths(false, "chinese"); in GetLunarMonth() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
| H A D | text_clock_pattern.cpp | 684 std::vector<std::string> months = Localization::GetInstance()->GetMonths(true); in GetMonth() local
|
Completed in 11 milliseconds