Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java219 boolean noTimezoneChangeWithin184Days = noTimezoneChangeWithin184Days(timeZone, date); in getFormattedZone()
222 noTimezoneChangeWithin184Days); in getFormattedZone()
240 int gmtOffset1, String metazone, boolean noTimezoneChangeWithin184Days) { in getFormattedZone() argument
242 metazone, noTimezoneChangeWithin184Days); in getFormattedZone()
248 noTimezoneChangeWithin184Days); in getFormattedZone()
254 noTimezoneChangeWithin184Days); in getFormattedZone()
258 boolean daylight, int gmtOffset1, String metazone, boolean noTimezoneChangeWithin184Days) { in getFormattedZoneInternal() argument
326 if (metaZoneName == null && noTimezoneChangeWithin184Days) { in getFormattedZoneInternal()
397 type == Type.GENERIC || noTimezoneChangeWithin184Days ? regionFormat in getFormattedZoneInternal()
464 public boolean noTimezoneChangeWithin184Days(BasicTimeZone timeZone, long date) {