Searched refs:getGMTFormat (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 1210 result = getGMTFormat(null, null, hours); in handleTimeZoneName() 1246 result = getGMTFormat(null, value, -8); in handleTimeZoneName() 1248 result = getGMTFormat(value, null, -8); in handleTimeZoneName() 1293 + getGMTFormat(hourFormat, gmtFormat, tm_hrs, tm_mins)); in handleTimeZoneName() 1830 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours) { in getGMTFormat() method in ExampleGenerator 1831 return getGMTFormat(gmtHourString, gmtFormat, hours, 0); in getGMTFormat() 1834 private String getGMTFormat(String gmtHourString, String gmtFormat, int hours, int minutes) { in getGMTFormat() method in ExampleGenerator
|