Searched defs:TimeZone (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 636 milliseconds