Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp1089 double calculateX = y * width / (TZ_X_PLUS * 1.0) + width / (TZ_HALF_OF_SIZE * 1.0); in GetTimezoneIdByLocation() local
1092 uint16_t fixedX = static_cast<uint16_t>(calculateX); in GetTimezoneIdByLocation()