Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 24 of 24) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DOldTimeZoneTest.java92 TimeZone tz = TimeZone.getTimeZone("GMT-6"); in test_getDisplayName() local
99 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getDisplayNameLjava_util_Locale() local
106 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getDisplayNameZI() local
115 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getDisplayNameZILjava_util_Locale() local
136 TimeZone tz = TimeZone.getTimeZone("GMT-6"); in test_getID() local
158 TimeZone tz = TimeZone.getTimeZone("GMT-6"); in test_setIDLjava_lang_String() local
DTimeZoneTest.java81 TimeZone tz = TimeZone.getTimeZone("CET"); in testPreHistoricInDaylightTime() local
101 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in testPreHistoricInDaylightTime_old() local
136 TimeZone tz = TimeZone.getTimeZone("Africa/Bissau"); in testPreHistoricOffsets() local
153 int expectedOffsetSeconds, long epochMillis, TimeZone tz) { in assertNonDaylightOffset()
170 TimeZone tz = TimeZone.getTimeZone(id); in testMinimalTransitionZones() local
272 TimeZone tz = TimeZone.getTimeZone((String) data[i]); in testCustomZoneIds_offsets() local
320 TimeZone tz = TimeZone.getTimeZone(id); in checkDisplayNames() local
380 TimeZone tz = TimeZone.getTimeZone("Pacific/Apia"); in testApia() local
395 private static String formatGmtString(TimeZone tz, boolean daylight) { in formatGmtString()
416 final TimeZone tz = TimeZone.getTimeZone("America/New_York"); in testOverflowing32BitUnixDates() local
DCalendarTest.java51 TimeZone tz = TimeZone.getTimeZone("GMT+7"); in test_setTimeZone() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimeZoneTest.java224 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getAvailableIDs_I_16947622() local
243 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); in test_getAvailableIDs_I() local
281 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); in test_hasSameRules_Ljava_util_TimeZone() local
DSimpleTimeZoneTest.java262 TimeZone tz = TimeZone.getTimeZone("EST"); in test_equalsLjava_lang_Object() local
402 TimeZone tz = TimeZone.getTimeZone("EST"); in test_inDaylightTimeLjava_util_Date() local
DDateTest.java462 TimeZone tz = TimeZone.getDefault(); in test_toString() local
500 TimeZone tz = TimeZone.getDefault(); in test_toLocaleString() local
DGregorianCalendarTest.java344 TimeZone tz = TimeZone.getTimeZone(ids[i]); in test_getActualMaximumI() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_SimpleDateFormat.java49 TimeZone tz = TimeZone.getTimeZone("EST"); in t_format_with_FieldPosition() local
133 TimeZone tz = TimeZone.getTimeZone("EST"); in t_formatToCharacterIterator() local
/libcore/ojluni/src/test/java/util/zip/
DTestLocalTime.java51 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); in main() local
89 static void testWithTZ(TimeZone tz, LocalDateTime ldt) throws Throwable { in testWithTZ()
DTestExtraTime.java61 TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai"); in main() local
87 tz, extra); in main() local
104 TimeZone tz, byte[] extra) throws Throwable { in test()
116 TimeZone tz, byte[] extra) throws Throwable { in test0()
/libcore/luni/src/test/java/libcore/java/text/
DDateFormatSymbolsTest.java180 private static String formattedStandardTimeOffset(TimeZone tz) { in formattedStandardTimeOffset()
184 private static String formattedDstOffset(TimeZone tz) { in formattedDstOffset()
DOldDateFormatTest.java137 TimeZone tz = format.getTimeZone(); in test_getTimeZone() local
483 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_setTimeZoneLjava_util_TimeZone() local
DSimpleDateFormatTest.java189 TimeZone tz = AMERICA_LOS_ANGELES; in testFiveCount_Z() local
231 private String formatDate(Locale l, String fmt, TimeZone tz) { in formatDate()
254 private static Calendar parseDate(Locale l, String fmt, String value, TimeZone tz) { in parseDate()
508 TimeZone tz = TimeZone.getTimeZone(zoneStrings[0][0]); in testZoneStringsUsedForParsingWhenPresent() local
522 TimeZone tz = TimeZone.getTimeZone(zoneStrings[0][0]); in testTimeZoneFormattingRespectsSetZoneStrings() local
895 final TimeZone tz = TimeZone.getTimeZone("UTC"); in checkParseNarrowFormat_throws() local
/libcore/luni/src/test/java/libcore/libcore/util/
DZoneInfoTest.java73 TimeZone tz = TimeZone.getTimeZone(tzId); in testUseDaylightTime_consistency() local
/libcore/ojluni/src/test/java/util/TimeZone/
DSimpleTimeZoneCloneRaceTest.java124 TimeZone tz = tzSupplier.get(); in run() local
/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java79 TimeZone tz = null; in addOffsetStrings() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java119 TimeZone tz = TimeZone.getTimeZone(zid); in test_printText() local
/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java116 TimeZone tz = TimeZone.getTimeZone(zdt.getZone()); in test() local
/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1479 TimeZone tz = calendar.getTimeZone(); in subFormat() local
1764 final TimeZone tz = getTimeZone(); in parse() local
2126 TimeZone tz = null; in subParseZoneStringFromSymbols() local
3079 TimeZone tz = getTimeZone(); in readObject() local
/libcore/ojluni/src/main/java/java/util/
DDate.java1229 TimeZone tz = TimeZone.getDefaultRef(); in normalize() local
1247 TimeZone tz = date.getZone(); in normalize() local
DGregorianCalendar.java2304 TimeZone tz = getZone(); in computeFields() local
DCalendar.java3689 TimeZone tz = TimeZone.getTimeZone(id); in readObject() local
/libcore/ojluni/src/main/java/sun/security/util/
DDerOutputStream.java493 TimeZone tz = TimeZone.getTimeZone("GMT"); in putTime() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4200 TimeZone tz = TimeZone.getTimeZone(id); in getDisplayName() local