Home
last modified time | relevance | path

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

/base/global/i18n_lite/interfaces/kits/i18n/include/
Dtypes.h163 STANDALONE_ABBR, enumerator
Ddate_time_format.h152 DateTimeDataType type = DateTimeDataType::STANDALONE_ABBR);
/base/global/i18n_lite/frameworks/i18n/src/
Ddate_time_data.cpp52 case DateTimeDataType::STANDALONE_ABBR: { in GetMonthName()
73 case DateTimeDataType::STANDALONE_ABBR: { in GetDayName()
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()
/base/global/i18n_lite/frameworks/i18n/include/
Ddate_time_format_impl.h64 …tAmPmMarker(const int32_t &index, DateTimeDataType type = DateTimeDataType::STANDALONE_ABBR) const;