Searched refs:UNKNOWN_ZONE (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeZone.java210 public static final TimeZone UNKNOWN_ZONE = new ConstantZone(0, UNKNOWN_ZONE_ID).freeze(); field in class:TimeZone
631 * @return the specified <code>TimeZone</code>, or a mutable clone of the UNKNOWN_ZONE
633 * @see #UNKNOWN_ZONE
649 * @return the specified <code>TimeZone</code>, or the UNKNOWN_ZONE
651 * @see #UNKNOWN_ZONE
664 * @return the specified <code>TimeZone</code>, or a mutable clone of the UNKNOWN_ZONE if the given ID
666 * @see #UNKNOWN_ZONE
677 * @return the specified <code>TimeZone</code> or UNKNOWN_ZONE if the given ID
693 result = UNKNOWN_ZONE;
1254 * constants - TimeZone.GMT_ZONE and TimeZone.UNKNOWN_ZONE
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZone.java252 public static final TimeZone UNKNOWN_ZONE = new ConstantZone(0, UNKNOWN_ZONE_ID).freeze(); field in class:TimeZone
698 * @return the specified <code>TimeZone</code>, or a mutable clone of the UNKNOWN_ZONE
700 * @see #UNKNOWN_ZONE
717 * @return the specified <code>TimeZone</code>, or the UNKNOWN_ZONE
719 * @see #UNKNOWN_ZONE
733 * @return the specified <code>TimeZone</code>, or a mutable clone of the UNKNOWN_ZONE if the given ID
735 * @see #UNKNOWN_ZONE
747 * @return the specified <code>TimeZone</code> or UNKNOWN_ZONE if the given ID
763 result = UNKNOWN_ZONE;
1352 * constants - TimeZone.GMT_ZONE and TimeZone.UNKNOWN_ZONE
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneTest.java1918 assertEquals("UNKNOWN_ZONE wrong ID", "Etc/Unknown", TimeZone.UNKNOWN_ZONE.getID());
1919 assertEquals("UNKNOWN_ZONE wrong offset", 0, TimeZone.UNKNOWN_ZONE.getRawOffset());
1920 assertFalse("UNKNOWN_ZONE uses DST", TimeZone.UNKNOWN_ZONE.useDaylightTime());
1952 TimeZone.UNKNOWN_ZONE,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java1915 assertEquals("UNKNOWN_ZONE wrong ID", "Etc/Unknown", TimeZone.UNKNOWN_ZONE.getID());
1916 assertEquals("UNKNOWN_ZONE wrong offset", 0, TimeZone.UNKNOWN_ZONE.getRawOffset());
1917 assertFalse("UNKNOWN_ZONE uses DST", TimeZone.UNKNOWN_ZONE.useDaylightTime());
1949 TimeZone.UNKNOWN_ZONE,

Completed in 141 milliseconds