Home
last modified time | relevance | path

Searched refs:rawOffset (Results 1 - 6 of 6) sorted by relevance

/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp465 int32_t rawOffset; 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()
494 int32_t rawOffset = 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 Dsystem_locale_manager.cpp191 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()
213 PseudoLocalizationProcessor("", ifEnforce), rawOffset in GetTimezoneCityInfoArray()
H A Di18n_timezone.cpp651 int32_t rawOffset = 0; in GetOffset() local
658 timezone->getOffset(date, (UBool)local, rawOffset, dstOffset, status); in GetOffset()
662 return rawOffset + dstOffset; in GetOffset()
/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h81 int32_t rawOffset; member
/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp247 if (timezoneCityItem.rawOffset != 0) { in CreateTimeZoneCityItem()
248 status = napi_set_named_property(env, result, "rawOffset", in CreateTimeZoneCityItem()
249 VariableConvertor::CreateNumber(env, timezoneCityItem.rawOffset)); in CreateTimeZoneCityItem()
251 HILOG_ERROR_I18N("Failed to set element rawOffset."); in CreateTimeZoneCityItem()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp396 int32_t rawOffset = i18nTimeZone->GetRawOffset(); in HWTEST_F() local
397 EXPECT_EQ(rawOffset, 28800000); in HWTEST_F()

Completed in 9 milliseconds