Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtimezone.cpp473 UnicodeString hostStrID(hostID, -1, US_INV); in detectHostTimeZone() local
474 hostStrID.append((UChar)0); in detectHostTimeZone()
475 hostStrID.truncate(hostStrID.length()-1); in detectHostTimeZone()
476 hostZone = createSystemTimeZone(hostStrID); in detectHostTimeZone()
483 int32_t hostIDLen = hostStrID.length(); in detectHostTimeZone()
496 hostZone = new SimpleTimeZone(rawOffset, hostStrID); in detectHostTimeZone()