Searched refs:gotfmt (Results 1 – 3 of 3) sorted by relevance
1920 SimpleDateFormat gotfmt("G yyyy MM dd HH:mm:ss z", loc, ec); in expectParse() local1943 gotfmt.format(got, gotstr); in expectParse()
3092 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local3108 gotstr = gotfmt.format(got); in expectParse()
3088 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local3104 gotstr = gotfmt.format(got); in expectParse()