Home
last modified time | relevance | path

Searched refs:DeviceToStyle (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 = { member in OHOS::Global::I18n::DateTimeFormat
789 if (DeviceToStyle.find(deviceType) != DeviceToStyle.end()) { in GetDefaultStyle()
790 return DeviceToStyle[deviceType]; in GetDefaultStyle()
/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h129 static std::unordered_map<std::string, DefaultStyle> DeviceToStyle; member in OHOS::Global::I18n::DateTimeFormat

Completed in 3 milliseconds