Home
last modified time | relevance | path

Searched refs:createSystemTimeZone (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Dtimezone.h873 static TimeZone* createSystemTimeZone(const UnicodeString& name);
874 static TimeZone* createSystemTimeZone(const UnicodeString& name, UErrorCode& ec);
/external/icu4c/i18n/
Dtimezone.cpp395 TimeZone* result = createSystemTimeZone(ID); in createTimeZone()
414 TimeZone::createSystemTimeZone(const UnicodeString& id) { in createSystemTimeZone() function in TimeZone
416 return createSystemTimeZone(id, ec); in createSystemTimeZone()
420 TimeZone::createSystemTimeZone(const UnicodeString& id, UErrorCode& ec) { in createSystemTimeZone() function in TimeZone
505 default_zone = createSystemTimeZone(hostStrID); in initDefault()
869 TimeZone *z = TimeZone::createSystemTimeZone(id, ec); in create()