HomeSort by relevance Sort by last modified time
    Searched refs:regionFormat (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
TimezoneFormatter.java 120 private transient MessageFormat gmtFormat, regionFormat,
164 regionFormat = new MessageFormat(getStringValue("//ldml/dates/timeZoneNames/regionFormat"));
165 regionFormatStandard = new MessageFormat(getStringValue("//ldml/dates/timeZoneNames/regionFormat[@type=\"standard\"]"));
166 regionFormatDaylight = new MessageFormat(getStringValue("//ldml/dates/timeZoneNames/regionFormat[@type=\"daylight\"]"));
397 type == Type.GENERIC || noTimezoneChangeWithin184Days ? regionFormat
405 return getRegionFallback(zoneid, regionFormat);
420 // Note: As with the regionFormat, exceptional cases need to be explicitly translated.
436 // format the country name with the regionFormat (for example, "{0} Time"), and return it.
449 // with the regionFormat (for example, "{0} Time"), and return it
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
ExampleGenerator.java     [all...]

Completed in 262 milliseconds