Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 25 of 28) 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.java64 TimeZone tz = TimeZone.getTimeZone("CET"); in testPreHistoricInDaylightTime() local
84 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in testPreHistoricInDaylightTime_old() local
116 TimeZone tz = TimeZone.getTimeZone("Africa/Bissau"); in testPreHistoricOffsets() local
133 int expectedOffsetSeconds, long epochMillis, TimeZone tz) { in assertNonDaylightOffset()
150 TimeZone tz = TimeZone.getTimeZone(id); in testMinimalTransitionZones() local
264 TimeZone tz = TimeZone.getTimeZone(id); in checkDisplayNames() local
323 TimeZone tz = TimeZone.getTimeZone("Pacific/Apia"); in testApia() local
334 private static String formatGmtString(TimeZone tz, boolean daylight) { in formatGmtString()
355 final TimeZone tz = TimeZone.getTimeZone("America/New_York"); in testOverflowing32BitUnixDates() local
DCalendarTest.java51 TimeZone tz = TimeZone.getTimeZone("GMT+7"); in test_setTimeZone() local
/libcore/luni/src/test/java/libcore/libcore/icu/
DRelativeDateTimeFormatterTest.java44 TimeZone tz = TimeZone.getTimeZone("GMT"); in test_getRelativeTimeSpanStringCTS() local
100 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getRelativeTimeSpanString_helper() local
357 TimeZone tz = TimeZone.getTimeZone("Europe/Berlin"); in test_getRelativeTimeSpanStringGerman() local
385 TimeZone tz = TimeZone.getTimeZone("Europe/Paris"); in test_getRelativeTimeSpanStringFrench() local
414 TimeZone tz = TimeZone.getDefault(); in test_getRelativeDateTimeStringCTS() local
425 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getRelativeDateTimeString() local
469 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_getRelativeDateTimeStringDST() local
514 TimeZone tz = TimeZone.getTimeZone("Europe/Rome"); in test_getRelativeDateTimeStringItalian() local
543 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test5252772() local
618 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_bug19822016() local
[all …]
DTimeZoneIntegrationTest.java67 java.util.TimeZone tz = java.util.TimeZone.getTimeZone("GMT-05:00"); in testJavaSetDefaultAppliesToIcuTimezone() local
387 java.util.TimeZone tz = java.util.TimeZone.getTimeZone("Europe/London"); in testDisplayNamesWithScript() local
DDateIntervalFormatTest.java39 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test_formatDateInterval() local
177 TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); in test8862241() 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/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/luni/src/main/java/libcore/icu/
DRelativeDateTimeFormatter.java95 public static String getRelativeTimeSpanString(Locale locale, java.util.TimeZone tz, long time, in getRelativeTimeSpanString()
103 public static String getRelativeTimeSpanString(Locale locale, java.util.TimeZone tz, long time, in getRelativeTimeSpanString()
265 public static String getRelativeDateTimeString(Locale locale, java.util.TimeZone tz, long time, in getRelativeDateTimeString()
DDateIntervalFormat.java52 TimeZone tz = (olsonId != null) ? TimeZone.getTimeZone(olsonId) : TimeZone.getDefault(); in formatDateRange() local
DTimeZoneNames.java84 TimeZone tz = null; in addOffsetStrings() local
DDateUtilsBridge.java53 public static android.icu.util.TimeZone icuTimeZone(java.util.TimeZone tz) { in icuTimeZone()
/libcore/luni/src/test/java/libcore/java/text/
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.java188 TimeZone tz = AMERICA_LOS_ANGELES; in testFiveCount_Z() local
230 private String formatDate(Locale l, String fmt, TimeZone tz) { in formatDate()
253 private static Calendar parseDate(Locale l, String fmt, String value, TimeZone tz) { in parseDate()
509 TimeZone tz = TimeZone.getTimeZone(zoneStrings[0][0]); in testZoneStringsUsedForParsingWhenPresent() local
523 TimeZone tz = TimeZone.getTimeZone(zoneStrings[0][0]); in testTimeZoneFormattingRespectsSetZoneStrings() local
891 final TimeZone tz = TimeZone.getTimeZone("UTC"); in checkParseNarrowFormat_throws() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java98 TimeZone tz = TimeZone.getTimeZone(zid); in test_printText() local
/libcore/ojluni/src/main/java/java/time/zone/
DIcuZoneRulesProvider.java109 BasicTimeZone tz = (BasicTimeZone) timeZone; in generateZoneRules() local
/libcore/ojluni/src/test/java/time/test/java/util/
DTestFormatter.java111 TimeZone tz = TimeZone.getTimeZone(zdt.getZone()); in test() local
/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1448 TimeZone tz = calendar.getTimeZone(); in subFormat() local
1726 final TimeZone tz = getTimeZone(); in parse() local
2107 TimeZone tz = null; in subParseZoneStringFromSymbols() local
3025 TimeZone tz = getTimeZone(); in readObject() local
/libcore/ojluni/src/main/java/java/util/
DDate.java1227 TimeZone tz = TimeZone.getDefaultRef(); in normalize() local
1245 TimeZone tz = date.getZone(); in normalize() local
DJapaneseImperialCalendar.java1594 TimeZone tz = getZone(); in computeFields() local
/libcore/ojluni/src/main/java/sun/security/util/
DDerOutputStream.java493 TimeZone tz = TimeZone.getTimeZone("GMT"); in putTime() local
/libcore/luni/src/main/java/libcore/timezone/
DCountryTimeZones.java115 TimeZone tz = TimeZone.getFrozenTimeZone(timeZoneId); in getTimeZone() local

12