Searched refs:hourString (Results 1 – 2 of 2) sorted by relevance
263 String hourString; in encode() local265 hourString = "0" + hour; in encode()267 hourString = "" + hour; in encode()293 + hourString in encode()
1850 String hourString = dateFormat.format(sample); in getGMTFormat() local1852 hourString = setBackground(hourString); in getGMTFormat()1854 String result = format(gmtFormat, hourString); in getGMTFormat()