Searched refs:timezone (Results 1 – 10 of 10) sorted by relevance
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | XMLGregorianCalendar.java | 684 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
|
D | DatatypeFactory.java | 796 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/ |
D | TimeZoneTest.java | 180 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()
|
D | GregorianCalendarTest.java | 161 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/ |
D | ZoneInfoTest.java | 18 import com.android.i18n.timezone.ZoneInfoData; 25 import libcore.timezone.testing.ZoneInfoTestHelper;
|
/libcore/ojluni/src/main/java/java/util/ |
D | TimeZone.java | 43 import com.android.i18n.timezone.ZoneInfoData; 44 import com.android.i18n.timezone.ZoneInfoDb;
|
/libcore/luni/src/main/java/libcore/util/ |
D | ZoneInfo.java | 27 import com.android.i18n.timezone.ZoneInfoData;
|
/libcore/ |
D | JavaLibrary.bp | 478 "//system/timezone/distro/core", 988 name: "timezone-host", 991 "//system/timezone/distro/core",
|
D | non_openjdk_java_files.bp | 426 // timezone-related source that is also used in host tests / tools and its
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 28 import com.android.i18n.timezone.TimeZoneDataFiles;
|