Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dzonemeta.h95 static TimeZone* createCustomTimeZone(int32_t offset);
Dtimezone.cpp399 result = createCustomTimeZone(ID); in createTimeZone()
1317 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone() function in TimeZone
Dzonemeta.cpp848 ZoneMeta::createCustomTimeZone(int32_t offset) { in createCustomTimeZone() function in ZoneMeta
Dtzfmt.cpp2108 return ZoneMeta::createCustomTimeZone(offset); in createTimeZoneForOffset()
/external/icu4c/i18n/unicode/
Dtimezone.h781 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…