Searched refs:zoneid (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TimezoneFormatter.java | 211 public String getFormattedZone(String zoneid, String pattern, long date) { in getFormattedZone() argument 213 return getFormattedZone(zoneid, format.location, format.type, format.length, date); in getFormattedZone() 220 String zoneid = TimeZone.getCanonicalID(inputZoneid); in getFormattedZone() local 221 BasicTimeZone timeZone = (BasicTimeZone) TimeZone.getTimeZone(zoneid); in getFormattedZone() 223 MetaZoneRange metaZoneRange = sdi.getMetaZoneRange(zoneid, date); in getFormattedZone() 272 String zoneid = TimeZone.getCanonicalID(inputZoneid); in getFormattedZoneInternal() local 318 String formatValue = getLocalizedExplicitTzid(zoneid, type, length, daylight); in getFormattedZoneInternal() 329 metazone = sdi.getMetaZoneRange(zoneid, TIME).metazone; in getFormattedZoneInternal() 369 if (zoneid.equals(preferredLocalesZone)) { in getFormattedZoneInternal() 377 String zoneIdsCountry = TimeZone.getRegion(zoneid); in getFormattedZoneInternal() [all …]
|
/external/curl/lib/ |
D | urlapi.c | 60 char *zoneid; /* for numerical IPv6 addresses */ member 80 free(u->zoneid); in free_urlhandle() 623 char zoneid[16]; in hostname_check() local 630 zoneid[i++] = *h++; in hostname_check() 633 zoneid[i] = 0; in hostname_check() 634 u->zoneid = strdup(zoneid); in hostname_check() 635 if(!u->zoneid) in hostname_check() 1047 ptr = u->zoneid; in curl_url_get() 1133 if((u->host[0] == '[') && u->zoneid) { in curl_url_get() 1136 size_t alen = hostlen + 3 + strlen(u->zoneid) + 1; in curl_url_get() [all …]
|
D | url.c | 1812 char *zoneid; local 1815 uc = curl_url_get(uh, CURLUPART_ZONEID, &zoneid, 0); 1817 if(!uc && zoneid) { 1819 unsigned long scope = strtoul(zoneid, &endp, 10); 1833 scopeidx = Curl_if_nametoindex(zoneid); 1835 scopeidx = if_nametoindex(zoneid); 1838 infof(conn->data, "Invalid zoneid: %s; %s\n", zoneid, 1845 free(zoneid);
|
/external/libchrome/base/i18n/ |
D | time_formatting_unittest.cc | 69 ScopedRestoreDefaultTimezone(const char* zoneid) { in ScopedRestoreDefaultTimezone() argument 71 icu::TimeZone::adoptDefault(icu::TimeZone::createTimeZone(zoneid)); in ScopedRestoreDefaultTimezone()
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 1027 const char* zoneid = newpath.data() + amountToSkip; in searchForTZFile() local 1028 skipZoneIDPrefix(&zoneid); in searchForTZFile() 1030 gSearchTZFileResult->append(zoneid, -1, status); in searchForTZFile()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 1389 void mergeOne(const string& zoneid, const FinalZone& fz) { in mergeOne() argument 1390 if (ZONEINFO.find(zoneid) == ZONEINFO.end()) { in mergeOne() 1393 ZONEINFO[zoneid].mergeFinalData(fz); in mergeOne()
|