Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleGenerator.java2063 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours) { in getGMTFormat() argument
2064 return getGMTFormat(gmtHourString, gmtFormat, hours, 0); in getGMTFormat()
2067 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours, int minutes) { in getGMTFormat() argument
2069 if (gmtHourString == null) { in getGMTFormat()
2071 gmtHourString = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/hourFormat"); in getGMTFormat()
2077 String[] plusMinus = gmtHourString.split(";"); in getGMTFormat()