Home
last modified time | relevance | path

Searched refs:GetTimeZoneCategoryMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h113 static std::map<int, std::string> GetTimeZoneCategoryMap(const double x, const double y);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1076 std::map<int, std::string> categoryMap = GetTimeZoneCategoryMap(x, y); in GetTimezoneIdByLocation()
1111 std::map<int, std::string> I18nTimeZone::GetTimeZoneCategoryMap(const double x, const double y) in GetTimeZoneCategoryMap() function in OHOS::Global::I18n::I18nTimeZone