Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtimezone.cpp380 createSystemTimeZone(const UnicodeString& id, UErrorCode& ec) { in createSystemTimeZone() function
412 createSystemTimeZone(const UnicodeString& id) { in createSystemTimeZone() function
414 return createSystemTimeZone(id, ec); in createSystemTimeZone()
430 TimeZone* result = createSystemTimeZone(ID); in createTimeZone()
480 hostZone = createSystemTimeZone(hostStrID); in detectHostTimeZone()
845 TimeZone *z = createSystemTimeZone(id, ec); in create()