Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtimezone.cpp477 UnicodeString hostStrID(hostID, -1, US_INV); in detectHostTimeZone() local
478 hostStrID.append((UChar)0); in detectHostTimeZone()
479 hostStrID.truncate(hostStrID.length()-1); in detectHostTimeZone()
480 hostZone = createSystemTimeZone(hostStrID); in detectHostTimeZone()
487 int32_t hostIDLen = hostStrID.length(); in detectHostTimeZone()
500 hostZone = new SimpleTimeZone(rawOffset, hostStrID); in detectHostTimeZone()
/third_party/node/deps/icu-small/source/i18n/
Dtimezone.cpp482 UnicodeString hostStrID(hostID, -1, US_INV); in detectHostTimeZone() local
484 if (hostStrID.length() == 0) { in detectHostTimeZone()
487 hostStrID = UnicodeString(TRUE, UNKNOWN_ZONE_ID, UNKNOWN_ZONE_ID_LENGTH); in detectHostTimeZone()
491 hostZone = createSystemTimeZone(hostStrID); in detectHostTimeZone()
498 int32_t hostIDLen = hostStrID.length(); in detectHostTimeZone()
511 hostZone = new SimpleTimeZone(rawOffset, hostStrID); in detectHostTimeZone()
/third_party/icu/icu4c/source/i18n/
Dtimezone.cpp482 UnicodeString hostStrID(hostID, -1, US_INV); in detectHostTimeZone() local
484 if (hostStrID.length() == 0) { in detectHostTimeZone()
487 hostStrID = UnicodeString(TRUE, UNKNOWN_ZONE_ID, UNKNOWN_ZONE_ID_LENGTH); in detectHostTimeZone()
491 hostZone = createSystemTimeZone(hostStrID); in detectHostTimeZone()
498 int32_t hostIDLen = hostStrID.length(); in detectHostTimeZone()
511 hostZone = new SimpleTimeZone(rawOffset, hostStrID); in detectHostTimeZone()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtimezone.cpp482 UnicodeString hostStrID(hostID, -1, US_INV); in detectHostTimeZone() local
484 if (hostStrID.length() == 0) { in detectHostTimeZone()
487 hostStrID = UnicodeString(TRUE, UNKNOWN_ZONE_ID, UNKNOWN_ZONE_ID_LENGTH); in detectHostTimeZone()
491 hostZone = createSystemTimeZone(hostStrID); in detectHostTimeZone()
498 int32_t hostIDLen = hostStrID.length(); in detectHostTimeZone()
511 hostZone = new SimpleTimeZone(rawOffset, hostStrID); in detectHostTimeZone()