Searched defs:JANUARY (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
H A DMonth.java112 JANUARY, enum constant in enum:Month
498 case JANUARY:
593 * dateInMay.with(JANUARY); // four months earlier
/libcore/luni/src/main/java/javax/xml/datatype/
H A DDatatypeConstants.java44 public static final int JANUARY = 1; field in class:DatatypeConstants
/libcore/ojluni/src/main/java/sun/util/calendar/
H A DBaseCalendar.java41 public static final int JANUARY = 1; field in class:BaseCalendar
197 if (month < JANUARY || month > DECEMBER) {
255 m = JANUARY;
324 if (month < JANUARY || month > DECEMBER) {
364 boolean isJan1 = month == JANUARY && dayOfMonth == 1;
433 jan1 = getFixedDate(year, JANUARY, 1, null);
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java89 * JANUARY</code> for all calendars. Other values are defined by the
110 * <code>GregorianCalendar</code> interprets <code>MONTH == JANUARY</code>,
179 * JANUARY</code>, <code>DAY_OF_MONTH = 1</code>, etc.
379 * <code>JANUARY</code> which is 0; the last depends on the number
382 * @see #JANUARY
615 public final static int JANUARY = 0; field in class:Calendar
2116 * {@link #JANUARY}, "Feb" to {@link #FEBRUARY}, and so on, in the

Completed in 157 milliseconds