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

/external/icu4c/i18n/unicode/
H A Dtimezone.h34 * \brief C++ API: TimeZone object
49 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
53 * Typically, you get a <code>TimeZone</code> using <code>createDefault</code>
54 * which creates a <code>TimeZone</code> based on the time zone where the program
56 * creates a <code>TimeZone</code> object based on Japanese Standard Time.
59 * You can also get a <code>TimeZone</code> using <code>createTimeZone</code> along
61 * Time zone is "America/Los_Angeles". So, you can get a Pacific Time <code>TimeZone</code> object
65 * TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles");
70 * supported ID to get a <code>TimeZone</cod
122 class U_I18N_API TimeZone : public UObject { class in inherits:UObject
[all...]
/external/icu4c/i18n/
H A Dtimezone.cpp118 static U_NAMESPACE_QUALIFIER TimeZone* DEFAULT_ZONE = NULL;
119 static U_NAMESPACE_QUALIFIER TimeZone* _GMT = NULL; // cf. TimeZone::GMT
271 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) {
320 const TimeZone* U_EXPORT2
321 TimeZone::getGMT(void)
343 // class TimeZone
346 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(TimeZone)
348 TimeZone::TimeZone() function in class:TimeZone
355 TimeZone::TimeZone(const UnicodeString &id) function in class:TimeZone
368 TimeZone::TimeZone(const TimeZone &source) function in class:TimeZone
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1425 #define TimeZone TimeZone_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1425 #define TimeZone TimeZone_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1425 #define TimeZone TimeZone_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1425 #define TimeZone TimeZone_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2173 #define TimeZone U_ICU_ENTRY_POINT_RENAME(TimeZone) macro

Completed in 1261 milliseconds