Searched refs:gotfmt (Results 1 – 3 of 3) sorted by relevance
3228 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local3244 gotstr = gotfmt.format(got); in expectParse()
3225 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local3241 gotstr = gotfmt.format(got); in expectParse()
1935 SimpleDateFormat gotfmt("G yyyy MM dd HH:mm:ss z", loc, ec); in expectParse() local1958 gotfmt.format(got, gotstr); in expectParse()