Searched refs:createCustomTimeZone (Results 1 – 5 of 5) sorted by relevance
97 static TimeZone* createCustomTimeZone(int32_t offset);
434 result = createCustomTimeZone(ID); in createTimeZone()1300 TimeZone::createCustomTimeZone(const UnicodeString& id) in createCustomTimeZone() function in TimeZone
846 ZoneMeta::createCustomTimeZone(int32_t offset) { in createCustomTimeZone() function in ZoneMeta
2690 return ZoneMeta::createCustomTimeZone(offset); in createTimeZoneForOffset()
858 …static TimeZone* createCustomTimeZone(const UnicodeString&); // Creates a time zone based o…