Searched refs:inputZoneid (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TimezoneFormatter.java | 213 …public String getFormattedZone(String inputZoneid, Location location, Type type, Length length, lo… in getFormattedZone() argument 214 String zoneid = TimeZone.getCanonicalID(inputZoneid); in getFormattedZone() 221 return getFormattedZone(inputZoneid, location, type, length, daylight, gmtOffset1, metazone, in getFormattedZone() 239 …public String getFormattedZone(String inputZoneid, Location location, Type type, Length length, bo… in getFormattedZone() argument 241 …String formatted = getFormattedZoneInternal(inputZoneid, location, type, length, daylight, gmtOffs… in getFormattedZone() 247 …formatted = getFormattedZone(inputZoneid, Location.LOCATION, type, length, daylight, gmtOffset1, m… in getFormattedZone() 253 …return getFormattedZone(inputZoneid, Location.GMT, null, Length.LONG, daylight, gmtOffset1, metazo… in getFormattedZone() 257 …private String getFormattedZoneInternal(String inputZoneid, Location location, Type type, Length l… in getFormattedZoneInternal() argument 266 String zoneid = TimeZone.getCanonicalID(inputZoneid); in getFormattedZoneInternal()
|