Searched refs:gmtHourString (Results 1 – 1 of 1) sorted by relevance
1830 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours) { in getGMTFormat() argument1831 return getGMTFormat(gmtHourString, gmtFormat, hours, 0); in getGMTFormat()1834 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours, int minutes) { in getGMTFormat() argument1836 if (gmtHourString == null) { in getGMTFormat()1838 gmtHourString = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/hourFormat"); in getGMTFormat()1844 String[] plusMinus = gmtHourString.split(";"); in getGMTFormat()