Searched refs:GetTimezoneIdByLocation (Results 1 – 4 of 4) sorted by relevance
51 static std::vector<std::string> GetTimezoneIdByLocation(const double x, const double y);
1955 vector<std::string> Beijing = I18nTimeZone::GetTimezoneIdByLocation(116.3, 39.5);1958 vector<std::string> LosAngeles = I18nTimeZone::GetTimezoneIdByLocation(-118.1, 34.0);1961 vector<std::string> RIO = I18nTimeZone::GetTimezoneIdByLocation(-43.1, -22.5);1964 vector<std::string> Sydney = I18nTimeZone::GetTimezoneIdByLocation(150.5, -33.55);1967 vector<std::string> Urumqi = I18nTimeZone::GetTimezoneIdByLocation(87.7, 43.8);
286 std::vector<std::string> tempList = I18nTimeZone::GetTimezoneIdByLocation(x, y); in GetTimezonesByLocation()
1069 std::vector<std::string> I18nTimeZone::GetTimezoneIdByLocation(const double x, const double y) in GetTimezoneIdByLocation() function in OHOS::Global::I18n::I18nTimeZone