Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTimezoneFormatter.java156 String hourFormatString = getStringValue("//ldml/dates/timeZoneNames/hourFormat"); in TimezoneFormatter() local
157 String[] hourFormatStrings = CldrUtility.splitArray(hourFormatString, ';'); in TimezoneFormatter()