Searched refs:gmtHourString (Results 1 – 1 of 1) sorted by relevance
2063 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours) { in getGMTFormat() argument2064 return getGMTFormat(gmtHourString, gmtFormat, hours, 0); in getGMTFormat()2067 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours, int minutes) { in getGMTFormat() argument2069 if (gmtHourString == null) { in getGMTFormat()2071 gmtHourString = cldrFile.getWinningValue("//ldml/dates/timeZoneNames/hourFormat"); in getGMTFormat()2077 String[] plusMinus = gmtHourString.split(";"); in getGMTFormat()