Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format.cpp119 std::string DateTimeFormat::GetWeekName(const int32_t &index, DateTimeDataType type) in GetWeekName() function in DateTimeFormat
127 return impl->GetWeekName(index, type); in GetWeekName()
H A Ddate_time_format_impl.cpp35 std::string DateTimeFormatImpl::GetWeekName(const int32_t &index, DateTimeDataType type) const in GetWeekName() function in DateTimeFormatImpl
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Ddate_time_format.h127 std::string GetWeekName(const int32_t &index, DateTimeDataType type);
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddate_time_format_impl.h62 std::string GetWeekName(const int32_t &index, DateTimeDataType type) const;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp207 std::string weekName = formatter->dateFormat_->GetWeekName(weekIndex, type); in Format()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp337 std::string out = formatter.GetWeekName(i, DateTimeDataType::FORMAT_WIDE);