Home
last modified time | relevance | path

Searched refs:DefaultStyle (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp38 std::unordered_map<std::string, DateTimeFormat::DefaultStyle> DateTimeFormat::DeviceToStyle = {
39 { "tablet", DefaultStyle::LONG },
40 { "2in1", DefaultStyle::LONG },
41 { "tv", DefaultStyle::LONG },
42 { "pc", DefaultStyle::LONG },
43 { "liteWearable", DefaultStyle::SHORT },
44 { "wearable", DefaultStyle::SHORT },
45 { "watch", DefaultStyle::SHORT }
48 std::unordered_map<DateTimeFormat::DefaultStyle, DateFormat::EStyle> DateTimeFormat::DefaultDTStyle = {
49 { DefaultStyle
[all...]
/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h123 enum DefaultStyle { enum in OHOS::Global::I18n::DateTimeFormat
128 static std::unordered_map<DateTimeFormat::DefaultStyle, icu::DateFormat::EStyle> DefaultDTStyle;
129 static std::unordered_map<std::string, DefaultStyle> DeviceToStyle;
130 DefaultStyle defaultStyle;
139 static DefaultStyle GetDefaultStyle();

Completed in 2 milliseconds