Home
last modified time | relevance | path

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

/external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/
DGcpMetadataConfig.java47 String zoneId = getAttribute("instance/zone"); in getZone() local
48 if (zoneId == null) { in getZone()
51 if (zoneId.contains("/")) { in getZone()
52 return zoneId.substring(zoneId.lastIndexOf('/') + 1); in getZone()
54 return zoneId; in getZone()
/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java665 String zoneId = matchesPart(path, prefix, "\"]/exemplarCity"); in buildParsingInfo() local
666 if (zoneId != null) { in buildParsingInfo()
668 if (name != null) exemplar_zone.put(name, zoneId); in buildParsingInfo()
671 zoneId = matchesPart(path, prefix, zoneTypes[i]); in buildParsingInfo()
672 if (zoneId != null) { in buildParsingInfo()
676 localizedExplicit_zone.put(name, zoneId); in buildParsingInfo()
683 TimeZone tz = TimeZone.getTimeZone(zoneId); in buildParsingInfo()
690 localizedNonWall.put(name, zoneId); in buildParsingInfo()
781 …public String getFormattedZone(String zoneId, String pattern, boolean daylight, int offset, boolea…
783 …return getFormattedZone(zoneId, format.location, format.type, format.length, daylight, offset, nul…
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java1214 main: for (String zoneId : sc.getCanonicalTimeZones()) {
1215 TimeZone zone = TimeZone.getTimeZone(zoneId);
1219 hasDaylightTemp.add(zoneId);
1221 … System.out.println(zoneId + "\tuseDaylightTime()==false, but \tinDaylightTime(/" + date