Home
last modified time | relevance | path

Searched refs:setDSTSavings (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp755 method = "setDSTSavings()"; in Test4154525()
758 z->setDSTSavings(savings, status); in Test4154525()
953 z1.setDSTSavings(45 * 60000, status); // 0:45 in Test4176686()
957 z2.setDSTSavings(45 * 60000, status); // 0:45 in Test4176686()
1020 //~z.setDSTSavings(0, status); // Must do this! in TestJ186()
1150 cst->setDSTSavings(60*60*1000, status); in TestJDK12API()
1151 failure(status, "setDSTSavings() failed"); in TestJDK12API()
1155 errln("setDSTSavings() failed"); in TestJDK12API()
H A Dtztest.cpp1631 tz->setDSTSavings(U_MILLIS_PER_HOUR, status); in TestDSTSavings()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java420 method = "setDSTSavings()"; in Test4154525()
422 z.setDSTSavings(savings); in Test4154525()
856 z1.setDSTSavings(45 * 60000); // 0:45 in Test4176686()
860 z2.setDSTSavings(45 * 60000); // 0:45 in Test4176686()
H A DTimeZoneTest.java907 tz.setDSTSavings(millisPerHour); in TestDSTSavings()
1159 stz4.setDSTSavings(1800000); in TestSimpleTimeZoneSerialization()
2015 // setDSTSavings in checkThawed()
2018 stz.setDSTSavings(newDSTSavings); in checkThawed()
2020 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setDSTSavings(" + newDSTSavings + ") does not work."); in checkThawed()
2023 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setDSTSavings throws UnsupportedOperationException."); in checkThawed()
2118 // setDSTSavings in checkFrozen()
2121 stz.setDSTSavings(newDSTSavings); in checkFrozen()
2122 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setDSTSavings must throw UnsupportedOperationException."); in checkFrozen()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java417 method = "setDSTSavings()"; in Test4154525()
419 z.setDSTSavings(savings); in Test4154525()
853 z1.setDSTSavings(45 * 60000); // 0:45 in Test4176686()
857 z2.setDSTSavings(45 * 60000); // 0:45 in Test4176686()
H A DTimeZoneTest.java903 tz.setDSTSavings(millisPerHour); in TestDSTSavings()
1131 stz4.setDSTSavings(1800000); in TestSimpleTimeZoneSerialization()
2029 // setDSTSavings in checkThawed()
2032 stz.setDSTSavings(newDSTSavings); in checkThawed()
2034 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setDSTSavings(" + newDSTSavings + ") does not work."); in checkThawed()
2037 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setDSTSavings throws UnsupportedOperationException."); in checkThawed()
2132 // setDSTSavings in checkFrozen()
2135 stz.setDSTSavings(newDSTSavings); in checkFrozen()
2136 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setDSTSavings must throw UnsupportedOperationException."); in checkFrozen()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h659 void setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsimpletz.h659 void setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsimpletz.h661 void setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java224 stz.setDSTSavings(sav); in setRawOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java547 public void setDSTSavings(int millisSavedDuringDST) { in setDSTSavings() method in SimpleTimeZone
593 stz.setDSTSavings(dst); in readObject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSimpleTimeZone.java529 public void setDSTSavings(int millisSavedDuringDST) { in setDSTSavings() method in SimpleTimeZone
574 stz.setDSTSavings(dst); in readObject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DOlsonTimeZone.java226 stz.setDSTSavings(sav); in setRawOffset()
/third_party/icu/icu4c/source/i18n/
H A Dsimpletz.cpp688 SimpleTimeZone::setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status) in setDSTSavings() function in SimpleTimeZone
/third_party/node/deps/icu-small/source/i18n/
H A Dsimpletz.cpp688 SimpleTimeZone::setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status) in setDSTSavings() function in SimpleTimeZone
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp690 SimpleTimeZone::setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status) in setDSTSavings() function in SimpleTimeZone
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableTestUtility.java204 simpleTimeZones[4].setDSTSavings(1800000); in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java203 simpleTimeZones[4].setDSTSavings(1800000); in getTestObjects()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 35 milliseconds