Searched refs:zoneid (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TimezoneFormatter.java | 205 public String getFormattedZone(String zoneid, String pattern, long date) { in getFormattedZone() argument 207 return getFormattedZone(zoneid, format.location, format.type, format.length, date); in getFormattedZone() 214 String zoneid = TimeZone.getCanonicalID(inputZoneid); in getFormattedZone() local 215 BasicTimeZone timeZone = (BasicTimeZone) TimeZone.getTimeZone(zoneid); in getFormattedZone() 217 MetaZoneRange metaZoneRange = sdi.getMetaZoneRange(zoneid, date); in getFormattedZone() 266 String zoneid = TimeZone.getCanonicalID(inputZoneid); in getFormattedZoneInternal() local 312 String formatValue = getLocalizedExplicitTzid(zoneid, type, length, daylight); in getFormattedZoneInternal() 323 metazone = sdi.getMetaZoneRange(zoneid, TIME).metazone; in getFormattedZoneInternal() 363 if (zoneid.equals(preferredLocalesZone)) { in getFormattedZoneInternal() 371 String zoneIdsCountry = TimeZone.getRegion(zoneid); in getFormattedZoneInternal() [all …]
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 1033 const char* zoneid = newpath.data() + amountToSkip; in searchForTZFile() local 1034 skipZoneIDPrefix(&zoneid); in searchForTZFile() 1036 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()
|