Searched refs:gotfmt (Results 1 – 3 of 3) sorted by relevance
3137 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local3153 gotstr = gotfmt.format(got); in expectParse()
1934 SimpleDateFormat gotfmt("G yyyy MM dd HH:mm:ss z", loc, ec); in expectParse() local1957 gotfmt.format(got, gotstr); in expectParse()
3140 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local3156 gotstr = gotfmt.format(got); in expectParse()