Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/javax/xml/datatype/
DXMLGregorianCalendar.java684 int timezone = getTimezone(); in hashCode() local
685 if (timezone == DatatypeConstants.FIELD_UNDEFINED) { in hashCode()
686 timezone = 0; in hashCode()
689 if (timezone != 0) { in hashCode()
1009 java.util.TimeZone timezone, in toGregorianCalendar() argument
DDatatypeFactory.java796 final int timezone); in newXMLGregorianCalendar() argument
832 final int timezone) { in newXMLGregorianCalendar() argument
859 timezone in newXMLGregorianCalendar()
890 final int timezone) { in newXMLGregorianCalendarDate() argument
900 timezone); in newXMLGregorianCalendarDate()
926 final int timezone) { in newXMLGregorianCalendarTime() argument
936 timezone); in newXMLGregorianCalendarTime()
965 final int timezone) { in newXMLGregorianCalendarTime() argument
975 timezone); in newXMLGregorianCalendarTime()
1003 final int timezone) { in newXMLGregorianCalendarTime() argument
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimeZoneTest.java180 TimeZone timezone = TimeZone.getTimeZone("Asia/Shanghai"); in test_getDisplayNameLjava_util_Locale() local
181 assertEquals("\u4e2d\u56fd\u6807\u51c6\u65f6\u95f4", timezone in test_getDisplayNameLjava_util_Locale()
189 TimeZone timezone = TimeZone.getTimeZone("Asia/Shanghai"); in test_getDisplayNameZILjava_util_Locale() local
192 timezone.getDisplayName(false, TimeZone.LONG, Locale.CHINA)); in test_getDisplayNameZILjava_util_Locale()
194 timezone.getDisplayName(false, TimeZone.SHORT, Locale.CHINA)); in test_getDisplayNameZILjava_util_Locale()
196 timezone.getDisplayName(false, 100, Locale.CHINA); in test_getDisplayNameZILjava_util_Locale()
DGregorianCalendarTest.java161 SimpleTimeZone timezone = new SimpleTimeZone(-3600 * 24 * 1000 * 2, in test_ConstructorLjava_util_TimeZone() local
163 GregorianCalendar gc = new GregorianCalendar(timezone); in test_ConstructorLjava_util_TimeZone()
/libcore/luni/src/test/java/libcore/libcore/util/
DZoneInfoTest.java18 import com.android.i18n.timezone.ZoneInfoData;
25 import libcore.timezone.testing.ZoneInfoTestHelper;
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java43 import com.android.i18n.timezone.ZoneInfoData;
44 import com.android.i18n.timezone.ZoneInfoDb;
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java27 import com.android.i18n.timezone.ZoneInfoData;
/libcore/
DJavaLibrary.bp478 "//system/timezone/distro/core",
988 name: "timezone-host",
991 "//system/timezone/distro/core",
Dnon_openjdk_java_files.bp426 // timezone-related source that is also used in host tests / tools and its
/libcore/ojluni/src/main/java/java/lang/
DSystem.java28 import com.android.i18n.timezone.TimeZoneDataFiles;