/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | basictz.h | 159 virtual void getOffsetFromLocal( 167 * The time type option bit flags used by getOffsetFromLocal 181 void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 189 * A time type option bit mask used by getOffsetFromLocal. 194 * A time type option bit mask used by getOffsetFromLocal.
|
H A D | rbtz.h | 310 virtual void getOffsetFromLocal(
|
H A D | vtzone.h | 271 virtual void getOffsetFromLocal(
|
H A D | simpletz.h | 627 virtual void getOffsetFromLocal(
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | basictz.h | 159 virtual void getOffsetFromLocal( 167 * The time type option bit flags used by getOffsetFromLocal 181 void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 189 * A time type option bit mask used by getOffsetFromLocal. 194 * A time type option bit mask used by getOffsetFromLocal.
|
H A D | rbtz.h | 310 virtual void getOffsetFromLocal(
|
H A D | vtzone.h | 271 virtual void getOffsetFromLocal(
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | basictz.h | 160 virtual void getOffsetFromLocal( 169 * The time type option bit flags used by getOffsetFromLocal 183 void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, 191 * The time type option bit masks used by getOffsetFromLocal
|
H A D | rbtz.h | 310 virtual void getOffsetFromLocal(
|
H A D | vtzone.h | 272 virtual void getOffsetFromLocal(
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzoffloc.cpp | 82 // or void getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, in TestGetOffsetAroundTransition() 101 // Expected offsets by void getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, in TestGetOffsetAroundTransition() 240 // Test getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, in TestGetOffsetAroundTransition() 246 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], UCAL_TZ_LOCAL_STANDARD_FORMER, UCAL_TZ_LOCAL_STANDARD_LATTER, in TestGetOffsetAroundTransition() 249 errln((UnicodeString)"getOffsetFromLocal with UCAL_TZ_LOCAL_STANDARD_FORMER/UCAL_TZ_LOCAL_STANDARD_LATTER failed for TESTZONES[" + i + "]"); in TestGetOffsetAroundTransition() 261 // Test getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, in TestGetOffsetAroundTransition() 267 TESTZONES[i]->getOffsetFromLocal(MILLIS[m], UCAL_TZ_LOCAL_DAYLIGHT_LATTER, UCAL_TZ_LOCAL_DAYLIGHT_FORMER, in TestGetOffsetAroundTransition() 270 errln((UnicodeString)"getOffsetFromLocal with UCAL_TZ_LOCAL_DAYLIGHT_LATTER/UCAL_TZ_LOCAL_DAYLIGHT_FORMER failed for TESTZONES[" + i + "]"); in TestGetOffsetAroundTransition() 282 // Test getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, UTimeZoneLocalOption duplicatedTimeOpt, in TestGetOffsetAroundTransition() 288 TESTZONES[i]->getOffsetFromLocal(MILLI in TestGetOffsetAroundTransition() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneOffsetLocalTest.java | 77 // or getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 95 // Expected offsets by getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 190 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 194 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_STD, BasicTimeZone.LOCAL_STD, offsets); in TestGetOffsetAroundTransition() 204 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 208 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_DST, BasicTimeZone.LOCAL_DST, offsets); in TestGetOffsetAroundTransition() 218 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 222 TESTZONES[i].getOffsetFromLocal(MILLIS[m], BasicTimeZone.LOCAL_FORMER, BasicTimeZone.LOCAL_LATTER, offsets); in TestGetOffsetAroundTransition() 232 // Test getOffsetFromLocal(long time, int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 236 TESTZONES[i].getOffsetFromLocal(MILLI in TestGetOffsetAroundTransition() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneOffsetLocalTest.java | 75 // or getOffsetFromLocal(long time, LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 93 // Expected offsets by getOffsetFromLocal(long time, LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 188 // Test getOffsetFromLocal(long time, LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 192 TESTZONES[i].getOffsetFromLocal(MILLIS[m], LocalOption.STANDARD_FORMER, LocalOption.STANDARD_LATTER, offsets); in TestGetOffsetAroundTransition() 202 // Test getOffsetFromLocal(long time, LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 206 TESTZONES[i].getOffsetFromLocal(MILLIS[m], LocalOption.DAYLIGHT_LATTER, LocalOption.DAYLIGHT_FORMER, offsets); in TestGetOffsetAroundTransition() 216 // Test getOffsetFromLocal(long time, LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 220 TESTZONES[i].getOffsetFromLocal(MILLIS[m], LocalOption.FORMER, LocalOption.LATTER, offsets); in TestGetOffsetAroundTransition() 230 // Test getOffsetFromLocal(long time, LocalOption nonExistingTimeOpt, LocalOption duplicatedTimeOpt, int[] offsets) in TestGetOffsetAroundTransition() 234 TESTZONES[i].getOffsetFromLocal(MILLI in TestGetOffsetAroundTransition() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | basictz.cpp | 518 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, UTimeZoneLocalOption /*nonExistingTimeOpt*/, in getOffsetFromLocal() function in BasicTimeZone 528 void BasicTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, in getOffsetFromLocal() function in BasicTimeZone 531 getOffsetFromLocal(date, (UTimeZoneLocalOption)nonExistingTimeOpt, in getOffsetFromLocal()
|
H A D | olsontz.h | 190 virtual void getOffsetFromLocal(
|
H A D | olsontz.cpp | 403 void OlsonTimeZone::getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, in getOffsetFromLocal() function in OlsonTimeZone 410 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | basictz.cpp | 518 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, UTimeZoneLocalOption /*nonExistingTimeOpt*/, in getOffsetFromLocal() function in BasicTimeZone 528 void BasicTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, in getOffsetFromLocal() function in BasicTimeZone 531 getOffsetFromLocal(date, (UTimeZoneLocalOption)nonExistingTimeOpt, in getOffsetFromLocal()
|
H A D | olsontz.h | 190 virtual void getOffsetFromLocal(
|
H A D | olsontz.cpp | 403 void OlsonTimeZone::getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, in getOffsetFromLocal() function in OlsonTimeZone 410 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | basictz.cpp | 550 BasicTimeZone::getOffsetFromLocal(UDate /*date*/, UTimeZoneLocalOption /*nonExistingTimeOpt*/, in getOffsetFromLocal() function in BasicTimeZone 560 void BasicTimeZone::getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt, in getOffsetFromLocal() function in BasicTimeZone 563 getOffsetFromLocal(date, (UTimeZoneLocalOption)nonExistingTimeOpt, in getOffsetFromLocal()
|
H A D | olsontz.h | 190 virtual void getOffsetFromLocal(
|
H A D | olsontz.cpp | 403 void OlsonTimeZone::getOffsetFromLocal(UDate date, UTimeZoneLocalOption nonExistingTimeOpt, in getOffsetFromLocal() function in OlsonTimeZone 410 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); in getOffsetFromLocal()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | OlsonTimeZone.java | 282 public void getOffsetFromLocal(long date, in getOffsetFromLocal() method in OlsonTimeZone 285 finalZone.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in getOffsetFromLocal()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | OlsonTimeZone.java | 284 public void getOffsetFromLocal(long date, in getOffsetFromLocal() method in OlsonTimeZone 287 finalZone.getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, offsets); in getOffsetFromLocal()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BasicTimeZone.java | 539 * {@icu} Options used by {@link #getOffsetFromLocal(long, LocalOption, LocalOption, int[])} 667 public void getOffsetFromLocal(long date, in getOffsetFromLocal() method in BasicTimeZone
|