Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java325 String metaZoneName = getLocalizedMetazone(metazone, type, length, daylight); in getFormattedZoneInternal()
327 metaZoneName = getLocalizedMetazone(metazone, Type.SPECIFIC, length, false); in getFormattedZoneInternal()
493 … public String getLocalizedMetazone(String metazone, Type type, Length length, boolean daylight) { in getLocalizedMetazone() method