Searched refs:oldDate (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKLocalizedPrinterParser.java | 146 … Date oldDate = new Date(date.getYear() - 1900, date.getMonthValue() - 1, date.getDayOfMonth()); in test_date_print() local 147 String text = old.format(oldDate); in test_date_print() 158 … Date oldDate = new Date(date.getYear() - 1900, date.getMonthValue() - 1, date.getDayOfMonth()); in test_date_parse() local 159 String text = old.format(oldDate); in test_date_parse() 199 Date oldDate = new Date(1970, 0, 0, time.getHour(), time.getMinute(), time.getSecond()); in test_time_print() local 200 String text = old.format(oldDate); in test_time_print() 211 Date oldDate = new Date(1970, 0, 0, time.getHour(), time.getMinute(), time.getSecond()); in test_time_parse() local 212 String text = old.format(oldDate); in test_time_parse()
|