Searched defs:JANUARY (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/make/tools/src/build/tools/javazic/ |
H A D | Month.java | 39 JANUARY("Jan"), enum constant in enum:Month 89 if (month >= JANUARY.value() && month <= DECEMBER.value()) {
|
/openjdk7/jaxp/src/javax/xml/datatype/ |
H A D | DatatypeConstants.java | 49 public static final int JANUARY = 1; field in class:DatatypeConstants
|
/openjdk7/jdk/src/share/classes/sun/util/calendar/ |
H A D | BaseCalendar.java | 42 public static final int JANUARY = 1; field in class:BaseCalendar 198 if (month < JANUARY || month > DECEMBER) { 256 m = JANUARY; 325 if (month < JANUARY || month > DECEMBER) { 365 boolean isJan1 = month == JANUARY && dayOfMonth == 1; 434 jan1 = getFixedDate(year, JANUARY, 1, null);
|
/openjdk7/jdk/src/share/classes/java/util/ |
H A D | Calendar.java | 92 * JANUARY</code> for all calendars. Other values are defined by the 113 * <code>GregorianCalendar</code> interprets <code>MONTH == JANUARY</code>, 182 * JANUARY</code>, <code>DAY_OF_MONTH = 1</code>, etc. 382 * <code>JANUARY</code> which is 0; the last depends on the number 385 * @see #JANUARY 618 public final static int JANUARY = 0; field in class:Calendar 1435 * {@link #JANUARY}, "Feb" to {@link #FEBRUARY}, and so on, in the
|
Completed in 41 milliseconds