Home
last modified time | relevance | path

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

12

/libcore/luni/src/test/java/libcore/java/util/
DOldTimeZoneTest.java85 TimeZone tz = TimeZone.getTimeZone("GMT-6"); in test_getDisplayName() local
92 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getDisplayNameLjava_util_Locale() local
99 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getDisplayNameZI() local
106 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getDisplayNameZILjava_util_Locale() local
127 TimeZone tz = TimeZone.getTimeZone("GMT-6"); in test_getID() local
149 TimeZone tz = TimeZone.getTimeZone("GMT-6"); in test_setIDLjava_lang_String() local
DTimeZoneTest.java73 TimeZone tz = TimeZone.getTimeZone("CET"); in testPreHistoricInDaylightTime() local
93 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in testPreHistoricInDaylightTime_old() local
128 TimeZone tz = TimeZone.getTimeZone("Africa/Bissau"); in testPreHistoricOffsets() local
145 int expectedOffsetSeconds, long epochMillis, TimeZone tz) { in assertNonDaylightOffset()
162 TimeZone tz = TimeZone.getTimeZone(id); in testMinimalTransitionZones() local
276 TimeZone tz = TimeZone.getTimeZone(id); in checkDisplayNames() local
335 TimeZone tz = TimeZone.getTimeZone("Pacific/Apia"); in testApia() local
350 private static String formatGmtString(TimeZone tz, boolean daylight) { in formatGmtString()
371 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.java456 TimeZone tz = TimeZone.getDefault(); in test_toString() local
491 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/luni/src/test/java/libcore/java/text/
DDateFormatSymbolsTest.java176 private static String formattedStandardTimeOffset(TimeZone tz) { in formattedStandardTimeOffset()
180 private static String formattedDstOffset(TimeZone tz) { in formattedDstOffset()
DOldDateFormatTest.java132 TimeZone tz = format.getTimeZone(); in test_getTimeZone() local
478 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/luni/src/main/java/libcore/icu/
DDateIntervalFormat.java45 TimeZone tz = (olsonId != null) ? TimeZone.getTimeZone(olsonId) : TimeZone.getDefault(); in formatDateRange() local
DTimeZoneNames.java79 TimeZone tz = null; in addOffsetStrings() local
DDateUtilsBridge.java53 /* package */ static android.icu.util.TimeZone icuTimeZone(java.util.TimeZone tz) { in icuTimeZone()
/libcore/ojluni/src/test/java/util/TimeZone/
DSimpleTimeZoneCloneRaceTest.java121 TimeZone tz = tzSupplier.get(); in run() local
/libcore/luni/src/test/java/libcore/libcore/icu/
DDateIntervalFormatTest.java44 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_formatDateInterval() local
182 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test8862241() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java116 TimeZone tz = TimeZone.getTimeZone(zid); in test_printText() local
/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java112 TimeZone tz = TimeZone.getTimeZone(zdt.getZone()); in test() local
/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1475 TimeZone tz = calendar.getTimeZone(); in subFormat() local
1753 final TimeZone tz = getTimeZone(); in parse() local
2115 TimeZone tz = null; in subParseZoneStringFromSymbols() local
3049 TimeZone tz = getTimeZone(); in readObject() local
/libcore/ojluni/src/main/java/java/util/
DDate.java1228 TimeZone tz = TimeZone.getDefaultRef(); in normalize() local
1246 TimeZone tz = date.getZone(); in normalize() local
DJapaneseImperialCalendar.java1601 TimeZone tz = getZone(); in computeFields() local
DCalendar.java3577 TimeZone tz = TimeZone.getTimeZone(id); in readObject() local
DGregorianCalendar.java2340 TimeZone tz = getZone(); in computeFields() local
/libcore/ojluni/src/main/java/sun/security/util/
DDerOutputStream.java493 TimeZone tz = TimeZone.getTimeZone("GMT"); in putTime() local

12