Home
last modified time | relevance | path

Searched refs:GetWeekdays (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_localization.cpp136 std::vector<std::string> Localization::GetWeekdays(bool isShortType) in GetWeekdays() function in OHOS::Ace::Localization
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h184 std::vector<std::string> GetWeekdays(bool isShortType = false);
H A Dlocalization.cpp502 std::vector<std::string> Localization::GetWeekdays(bool isShortType) in GetWeekdays() function in OHOS::Ace::Localization
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.cpp33 weekNumbers_ = Localization::GetInstance()->GetWeekdays(true); in RenderCalendar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp135 weekNumbers_ = Localization::GetInstance()->GetWeekdays(true); in DrawWeekAndDates()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp668 std::vector<std::string> weeks = Localization::GetInstance()->GetWeekdays(isShortType); in GetWeek()

Completed in 8 milliseconds