Searched refs:createCustomTimeZone (Results 1 – 5 of 5) sorted by relevance
95 static TimeZone* createCustomTimeZone(int32_t offset);
399 result = createCustomTimeZone(ID); in createTimeZone()1317 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone() function in TimeZone
848 ZoneMeta::createCustomTimeZone(int32_t offset) { in createCustomTimeZone() function in ZoneMeta
2108 return ZoneMeta::createCustomTimeZone(offset); in createTimeZoneForOffset()
781 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…