Searched refs:dateBefore (Results 1 – 3 of 3) sorted by relevance
1346 Date dateBefore = calendar.getTime(); in Test4167060() local1350 logln("date before: " + format.format(dateBefore)); in Test4167060()1359 calendar.setTime(dateBefore); // restore calendar for next in Test4167060()
1343 Date dateBefore = calendar.getTime(); in Test4167060() local1347 logln("date before: " + format.format(dateBefore)); in Test4167060()1356 calendar.setTime(dateBefore); // restore calendar for next in Test4167060()
1978 UDate dateBefore = calendar->getTime(status); in Test4167060() local1986 logln("date before: " + format->format(dateBefore, temp)); in Test4167060()1999 calendar->setTime(dateBefore, status); // restore calendar for next use in Test4167060()