Searched refs:dstOffset (Results 1 – 3 of 3) sorted by relevance
/base/global/i18n/frameworks/zone/src/ |
D | zone_util.cpp | 450 int32_t dstOffset; in Match() local 452 …timezone->getOffset(nitzData.currentMillis, static_cast<UBool>(local), rawOffset, dstOffset, statu… in Match() 453 if ((nitzData.totalOffset - rawOffset == dstOffset) && in Match() 454 (nitzData.isDST < 0 || nitzData.isDST == (dstOffset != 0))) { in Match() 479 int32_t dstOffset = 0; in CheckSameDstOffset() local 482 defaultTimezone->getOffset(currentMillis, (UBool)local, rawOffset, dstOffset, status); in CheckSameDstOffset() 487 int32_t totalOffset = rawOffset + dstOffset; in CheckSameDstOffset() 491 timezone->getOffset(currentMillis, (UBool)local, rawOffset, dstOffset, status); in CheckSameDstOffset() 496 if (totalOffset - rawOffset != dstOffset) { in CheckSameDstOffset()
|
/base/global/i18n/frameworks/intl/src/ |
D | system_locale_manager.cpp | 168 int32_t dstOffset = 0; in GetTimezoneCityInfoArray() local 178 icuTimeZone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetTimezoneCityInfoArray() 182 icuTimeZone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetTimezoneCityInfoArray() 186 timezoneId, cityId, cityDisplayName, dstOffset + rawOffset, "", rawOffset in GetTimezoneCityInfoArray()
|
D | i18n_timezone.cpp | 646 int32_t dstOffset = 0; in GetOffset() local 652 timezone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetOffset() 656 return rawOffset + dstOffset; in GetOffset()
|