/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzregts.cpp | 755 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 D | tztest.cpp | 1631 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 D | TimeZoneRegressionTest.java | 420 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 D | TimeZoneTest.java | 907 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 D | TimeZoneRegressionTest.java | 417 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 D | TimeZoneTest.java | 903 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 D | simpletz.h | 659 void setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | simpletz.h | 659 void setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | simpletz.h | 661 void setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | OlsonTimeZone.java | 224 stz.setDSTSavings(sav); in setRawOffset()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | SimpleTimeZone.java | 547 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 D | SimpleTimeZone.java | 529 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 D | OlsonTimeZone.java | 226 stz.setDSTSavings(sav); in setRawOffset()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | simpletz.cpp | 688 SimpleTimeZone::setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status) in setDSTSavings() function in SimpleTimeZone
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | simpletz.cpp | 688 SimpleTimeZone::setDSTSavings(int32_t millisSavedDuringDST, UErrorCode& status) in setDSTSavings() function in SimpleTimeZone
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | simpletz.cpp | 690 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 D | SerializableTestUtility.java | 204 simpleTimeZones[4].setDSTSavings(1800000); in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | SerializableTestUtility.java | 203 simpleTimeZones[4].setDSTSavings(1800000); in getTestObjects()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |