Home
last modified time | relevance | path

Searched defs:isShortType (Results 1 – 3 of 3) 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()
136 std::vector<std::string> Localization::GetWeekdays(bool isShortType) in GetWeekdays()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp479 std::vector<std::string> Localization::GetMonths(bool isShortType, const std::string& calendarType) in GetMonths()
502 std::vector<std::string> Localization::GetWeekdays(bool isShortType) in GetWeekdays()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp667 std::string TextClockPattern::GetWeek(const bool& isShortType, const int32_t& week) in GetWeek()