Home
last modified time | relevance | path

Searched refs:GetMonths (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_localization.cpp91 std::vector<std::string> Localization::GetMonths(bool isShortType, const std::string& calendarType) in GetMonths() function in OHOS::Ace::Localization
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h177 …std::vector<std::string> GetMonths(bool isShortType = false, const std::string& calendarType = "");
H A Dlocalization.cpp479 std::vector<std::string> Localization::GetMonths(bool isShortType, const std::string& calendarType) in GetMonths() function in OHOS::Ace::Localization
647 std::vector<std::string> months = Localization::GetInstance()->GetMonths(false, "chinese"); in GetLunarMonth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp249 auto months = Localization::GetInstance()->GetMonths(true); in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp686 std::vector<std::string> months = Localization::GetInstance()->GetMonths(true); in GetMonth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp2048 localizedMonths_ = Localization::GetInstance()->GetMonths(true); in Init()