Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h112 static bool CheckLatitudeAndLongitude(const double x, const double y);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1073 if (!CheckLatitudeAndLongitude(x, y)) { in GetTimezoneIdByLocation()
1124 bool I18nTimeZone::CheckLatitudeAndLongitude(const double x, const double y) in CheckLatitudeAndLongitude() function in OHOS::Global::I18n::I18nTimeZone