Searched refs:dateBefore (Results 1 – 3 of 3) sorted by relevance
1336 Date dateBefore = calendar.getTime(); in Test4167060() local1340 logln("date before: " + format.format(dateBefore)); in Test4167060()1349 calendar.setTime(dateBefore); // restore calendar for next in Test4167060()
1337 Date dateBefore = calendar.getTime(); in Test4167060() local1341 logln("date before: " + format.format(dateBefore)); in Test4167060()1350 calendar.setTime(dateBefore); // restore calendar for next in Test4167060()
1936 UDate dateBefore = calendar->getTime(status); in Test4167060() local1944 logln("date before: " + format->format(dateBefore, temp)); in Test4167060()1957 calendar->setTime(dateBefore, status); // restore calendar for next use in Test4167060()