Searched defs:TimeZone (Results 1 - 14 of 14) sorted by last modified time

/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DTimeZone.java2 * @(#)TimeZone.java 1.51 00/01/19
19 * {@icuenhanced java.util.TimeZone}.{@icu _usage_}
21 * <p><code>TimeZone</code> represents a time zone offset, and also computes daylight
24 * <p>Typically, you get a <code>TimeZone</code> using {@link #getDefault()}
25 * which creates a <code>TimeZone</code> based on the time zone where the program
27 * creates a <code>TimeZone</code> object based on Japanese Standard Time.
29 * <p>You can also get a <code>TimeZone</code> using {@link #getTimeZone(String)}
32 * U.S. Pacific Time <code>TimeZone</code> object with:
36 * TimeZone tz = TimeZone
96 public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> { class in inherits:Serializable,Cloneable,Freezable
108 public TimeZone(java.util.TimeZone delegate) { method in class:TimeZone
125 public TimeZone() { method in class:TimeZone
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZone.java2 * @(#)TimeZone.java 1.51 00/01/19
31 * {@icuenhanced java.util.TimeZone}.{@icu _usage_}
33 * <p><code>TimeZone</code> represents a time zone offset, and also computes daylight
36 * <p>Typically, you get a <code>TimeZone</code> using {@link #getDefault()}
37 * which creates a <code>TimeZone</code> based on the time zone where the program
39 * creates a <code>TimeZone</code> object based on Japanese Standard Time.
41 * <p>You can also get a <code>TimeZone</code> using {@link #getTimeZone(String)}
44 * U.S. Pacific Time <code>TimeZone</code> object with:
48 * TimeZone tz = TimeZone
114 abstract public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> { class in inherits:Serializable,Cloneable,Freezable
128 public TimeZone() { method in class:TimeZone
138 protected TimeZone(String ID) { method in class:TimeZone
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp113 static icu::TimeZone* DEFAULT_ZONE = NULL;
116 static icu::TimeZone* _GMT = NULL;
117 static icu::TimeZone* _UNKNOWN_ZONE = NULL;
250 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) {
311 const TimeZone& U_EXPORT2
312 TimeZone::getUnknown()
318 const TimeZone* U_EXPORT2
319 TimeZone::getGMT(void)
326 // class TimeZone
329 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(TimeZone)
331 TimeZone::TimeZone() function in class:TimeZone
338 TimeZone::TimeZone(const UnicodeString &id) function in class:TimeZone
351 TimeZone::TimeZone(const TimeZone &source) function in class:TimeZone
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h34 * \brief C++ API: TimeZone object
50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
54 * Typically, you get a <code>TimeZone</code> using <code>createDefault</code>
55 * which creates a <code>TimeZone</code> based on the time zone where the program
57 * creates a <code>TimeZone</code> object based on Japanese Standard Time.
60 * You can also get a <code>TimeZone</code> using <code>createTimeZone</code> along
62 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object
66 * TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles");
72 * supported ID to get a <code>TimeZone</cod
129 class U_I18N_API TimeZone : public UObject { class in inherits:UObject
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeZone.java3 * @(#)TimeZone.java 1.51 00/01/19
32 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.util.TimeZone}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
34 * <p><code>TimeZone</code> represents a time zone offset, and also computes daylight
37 * <p>Typically, you get a <code>TimeZone</code> using {@link #getDefault()}
38 * which creates a <code>TimeZone</code> based on the time zone where the program
40 * creates a <code>TimeZone</code> object based on Japanese Standard Time.
42 * <p>You can also get a <code>TimeZone</code> using {@link #getTimeZone(String)}
45 * U.S. Pacific Time <code>TimeZone</code> object with:
49 * TimeZone tz = TimeZone
88 abstract public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> { class in inherits:Serializable,Cloneable,Freezable
101 public TimeZone() { method in class:TimeZone
112 protected TimeZone(String ID) { method in class:TimeZone
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dng_sdk/source/
H A Ddng_date_time.h258 const dng_time_zone & TimeZone () const function in class:dng_date_time_info

Completed in 189 milliseconds