Searched refs:dstOffset (Results 1 - 3 of 3) sorted by relevance
/base/global/i18n/frameworks/zone/src/ |
H A D | zone_util.cpp | 466 int32_t dstOffset;
in Match() local 468 timezone->getOffset(nitzData.currentMillis, static_cast<UBool>(local), rawOffset, dstOffset, status);
in Match() 469 if ((nitzData.totalOffset - rawOffset == dstOffset) &&
in Match() 470 (nitzData.isDST < 0 || nitzData.isDST == (dstOffset != 0))) {
in Match() 495 int32_t dstOffset = 0;
in CheckSameDstOffset() local 498 defaultTimezone->getOffset(currentMillis, (UBool)local, rawOffset, dstOffset, status);
in CheckSameDstOffset() 503 int32_t totalOffset = rawOffset + dstOffset;
in CheckSameDstOffset() 507 timezone->getOffset(currentMillis, (UBool)local, rawOffset, dstOffset, status);
in CheckSameDstOffset() 512 if (totalOffset - rawOffset != dstOffset) {
in CheckSameDstOffset()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | system_locale_manager.cpp | 191 int32_t rawOffset = 0, dstOffset = 0; in GetTimezoneCityInfoArray() local 201 icuTimeZone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetTimezoneCityInfoArray() 208 icuTimeZone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetTimezoneCityInfoArray() 212 timezoneId, cityId, PseudoLocalizationProcessor(cityDisplayName, ifEnforce), dstOffset + rawOffset, in GetTimezoneCityInfoArray()
|
H A D | i18n_timezone.cpp | 652 int32_t dstOffset = 0; in GetOffset() local 658 timezone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetOffset() 662 return rawOffset + dstOffset; in GetOffset()
|
Completed in 5 milliseconds