Home
last modified time | relevance | path

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

/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
/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()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp249 auto months = Localization::GetInstance()->GetMonths(true); in Init()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp684 std::vector<std::string> months = Localization::GetInstance()->GetMonths(true); in GetMonth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp2146 localizedMonths_ = Localization::GetInstance()->GetMonths(true); in Init()

Completed in 9 milliseconds