Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dtimezone.cpp510 UnicodeString hostStrID(hostID, -1, US_INV); in initDefault() local
511 hostStrID.append((UChar)0); in initDefault()
512 hostStrID.truncate(hostStrID.length()-1); in initDefault()
513 default_zone = createSystemTimeZone(hostStrID); in initDefault()
520 int32_t hostIDLen = hostStrID.length(); in initDefault()
533 default_zone = new SimpleTimeZone(rawOffset, hostStrID); in initDefault()
/external/icu4c/i18n/
Dtimezone.cpp502 UnicodeString hostStrID(hostID, -1, US_INV); in initDefault() local
503 hostStrID.append((UChar)0); in initDefault()
504 hostStrID.truncate(hostStrID.length()-1); in initDefault()
505 default_zone = createSystemTimeZone(hostStrID); in initDefault()
512 int32_t hostIDLen = hostStrID.length(); in initDefault()
525 default_zone = new SimpleTimeZone(rawOffset, hostStrID); in initDefault()