Searched refs:createCustomTimeZone (Results 1 – 5 of 5) sorted by relevance
91 static TimeZone* createCustomTimeZone(int32_t offset);
432 result = createCustomTimeZone(ID); in createTimeZone()1297 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone() function in TimeZone
837 ZoneMeta::createCustomTimeZone(int32_t offset) { in createCustomTimeZone() function in ZoneMeta
2661 return ZoneMeta::createCustomTimeZone(offset); in createTimeZoneForOffset()
856 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…