Searched defs:nth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DAbstractCalendar.java272 public CalendarDate getNthDayOfWeek(int nth, int dayOfWeek, CalendarDate date) { argument
277 if (nth > 0) {
278 nfd = 7 * nth + getDayOfWeekDateBefore(fd, dayOfWeek);
280 nfd = 7 * nth + getDayOfWeekDateAfter(fd, dayOfWeek);
H A DCalendarSystem.java318 * @param nth specifies the n-th one. A positive number specifies
323 * @return the date of the nth <code>dayOfWeek</code> after
326 public abstract CalendarDate getNthDayOfWeek(int nth, int dayOfWeek, argument
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp297 HeapWord* nth(size_t n) { function in class:ChunkArray

Completed in 222 milliseconds