Searched defs:WEEK_OF_YEAR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java230 * Useful constant for WEEK_OF_YEAR field alignment.
963 public final static Field WEEK_OF_YEAR = new field in class:DateFormat.Field
964 Field("week of year", Calendar.WEEK_OF_YEAR);
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java133 * <code>WEEK_OF_YEAR</code> fields, <code>Calendar</code> must determine the
167 * YEAR + DAY_OF_WEEK + WEEK_OF_YEAR
406 * the value of <code>WEEK_OF_YEAR</code> for days before the first week of
412 public final static int WEEK_OF_YEAR = 3; field in class:Calendar
472 * <code>WEEK_OF_YEAR</code>, this field's value does <em>not</em> depend on
916 final static int WEEK_OF_YEAR_MASK = (1 << WEEK_OF_YEAR);
1735 // WEEK_OF_YEAR + DAY_OF_WEEK
1738 // as WEEK_OF_MONTH, DAY_OF_WEEK_IN_MONTH, or WEEK_OF_YEAR, both the
1747 int woyStamp = aggregateStamp(stamp[WEEK_OF_YEAR], dowStamp);
1764 * DAY_OF_WEEK_IN_MONTH, or WEEK_OF_YEAR alon
[all...]

Completed in 110 milliseconds