D | TimezoneFormatter.java | 205 public String getFormattedZone(String zoneid, String pattern, long date) { in getFormattedZone() method in TimezoneFormatter 207 return getFormattedZone(zoneid, format.location, format.type, format.length, date); in getFormattedZone() 213 …public String getFormattedZone(String inputZoneid, Location location, Type type, Length length, lo… in getFormattedZone() method in TimezoneFormatter 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() method in TimezoneFormatter 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() 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… 786 public String getFormattedZone(String zoneId, int length, int type, int offset, boolean b) { [all …]
|