Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_data.cpp52 case DateTimeDataType::STANDALONE_ABBR: { in GetMonthName()
73 case DateTimeDataType::STANDALONE_ABBR: { in GetDayName()
H A Ddate_time_format_impl.cpp256 … appendTo.append(data->GetMonthName(standaloneMonth, DateTimeDataType::STANDALONE_ABBR)); in Process()
288 … appendTo.append(data->GetDayName(standaloneWeekDay, DateTimeDataType::STANDALONE_ABBR)); in ProcessWeekDayYear()
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dtypes.h163 STANDALONE_ABBR, enumerator
H A Ddate_time_format.h152 DateTimeDataType type = DateTimeDataType::STANDALONE_ABBR);
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddate_time_format_impl.h64 …tAmPmMarker(const int32_t &index, DateTimeDataType type = DateTimeDataType::STANDALONE_ABBR) const;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp239 std::string date = dateFormat_->GetMonthName(month, DateTimeDataType::STANDALONE_ABBR); in GetMonthVal()