Searched refs:createSystemTimeZone (Results 1 – 2 of 2) sorted by relevance
873 static TimeZone* createSystemTimeZone(const UnicodeString& name);874 static TimeZone* createSystemTimeZone(const UnicodeString& name, UErrorCode& ec);
395 TimeZone* result = createSystemTimeZone(ID); in createTimeZone()414 TimeZone::createSystemTimeZone(const UnicodeString& id) { in createSystemTimeZone() function in TimeZone416 return createSystemTimeZone(id, ec); in createSystemTimeZone()420 TimeZone::createSystemTimeZone(const UnicodeString& id, UErrorCode& ec) { in createSystemTimeZone() function in TimeZone505 default_zone = createSystemTimeZone(hostStrID); in initDefault()869 TimeZone *z = TimeZone::createSystemTimeZone(id, ec); in create()