Searched refs:createCustomTimeZone (Results 1 – 7 of 7) sorted by relevance
97 static TimeZone* createCustomTimeZone(int32_t offset);
443 result = createCustomTimeZone(ID); in createTimeZone()1324 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone() function in TimeZone
844 ZoneMeta::createCustomTimeZone(int32_t offset) { in createCustomTimeZone() function in ZoneMeta
2695 return ZoneMeta::createCustomTimeZone(offset); in createTimeZoneForOffset()
878 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…