Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1830 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours) { in getGMTFormat() argument
1831 return getGMTFormat(gmtHourString, gmtFormat, hours, 0); in getGMTFormat()
1834 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours, int minutes) { in getGMTFormat() argument
1836 if (gmtHourString == null) { in getGMTFormat()
1838 gmtHourString = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/hourFormat"); in getGMTFormat()
1844 String[] plusMinus = gmtHourString.split(";"); in getGMTFormat()