Home
last modified time | relevance | path

Searched refs:createCustomTimeZone (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dzonemeta.h91 static TimeZone* createCustomTimeZone(int32_t offset);
Dtimezone.cpp432 result = createCustomTimeZone(ID); in createTimeZone()
1297 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone() function in TimeZone
Dzonemeta.cpp837 ZoneMeta::createCustomTimeZone(int32_t offset) { in createCustomTimeZone() function in ZoneMeta
Dtzfmt.cpp2661 return ZoneMeta::createCustomTimeZone(offset); in createTimeZoneForOffset()
/external/icu/icu4c/source/i18n/unicode/
Dtimezone.h856 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…