Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp43 unordered_map<string, string> ZoneUtil::defaultMap = { member in ZoneUtil
85 if (defaultMap.find(temp) != defaultMap.end()) { in GetDefaultZone()
86 return defaultMap[temp]; in GetDefaultZone()
446 if (defaultMap.find(region) != defaultMap.end()) { in GetICUCountryZones()
447 defaultTimezone = defaultMap[region]; in GetICUCountryZones()
/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h147 static std::unordered_map<std::string, std::string> defaultMap; member in OHOS::Global::I18n::ZoneUtil

Completed in 2 milliseconds