Searched refs:dateBefore (Results 1 – 3 of 3) sorted by relevance
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()
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()
1952 UDate dateBefore = calendar->getTime(status); in Test4167060() local1960 logln("date before: " + format->format(dateBefore, temp)); in Test4167060()1973 calendar->setTime(dateBefore, status); // restore calendar for next use in Test4167060()