HomeSort by relevance Sort by last modified time
    Searched defs:JANUARY (Results 1 - 25 of 72) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/java/time/
Month.java 86 * January, February, March, April, May, June, July, August, September, October,
91 * from 1 (January) to 12 (December). It is recommended that applications use the enum
109 * The singleton instance for the month of January with 31 days.
112 JANUARY,
179 * The {@code int} value follows the ISO-8601 standard, from 1 (January) to 12 (December).
181 * @param month the month-of-year to represent, from 1 (January) to 12 (December)
231 * from 1 (January) to 12 (December).
233 * @return the month-of-year, from 1 (January) to 12 (December)
384 * The calculation rolls around the end of the year from December to January.
400 * The calculation rolls around the start of the year from January to December
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonth.java 97 TemporalAccessor[] array = {Month.JANUARY, Month.JUNE, Month.DECEMBER, };
241 assertEquals(Month.JANUARY.getDisplayName(TextStyle.SHORT, Locale.US), "Jan");
246 Month.JANUARY.getDisplayName(null, Locale.US);
251 Month.JANUARY.getDisplayName(TextStyle.FULL, null);
367 assertEquals(Month.JANUARY.length(false), 31);
383 assertEquals(Month.JANUARY.length(true), 31);
402 assertEquals(Month.JANUARY.minLength(), 31);
421 assertEquals(Month.JANUARY.maxLength(), 31);
440 assertEquals(Month.JANUARY.firstDayOfYear(false), 1);
456 assertEquals(Month.JANUARY.firstDayOfYear(true), 1)
    [all...]
TCKLocalDate.java 281 assertEquals(test.getMonth(), Month.JANUARY);
293 assertEquals(test.getMonth(), Month.JANUARY);
357 LocalDate.of(2007, Month.JANUARY, 0);
362 LocalDate.of(2007, Month.JANUARY, 32);
372 LocalDate.of(Integer.MIN_VALUE, Month.JANUARY, 1);
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/
TCKTemporalAdjusters.java 65 import static java.time.Month.JANUARY;
219 assertEquals(test.getMonth(), Month.JANUARY);
232 assertEquals(test.getMonth(), Month.JANUARY);
287 assertEquals(test.getMonth(), JANUARY);
300 assertEquals(test.getMonth(), JANUARY);
479 assertSame(test.getMonth(), Month.JANUARY);
520 assertSame(test.getMonth(), Month.JANUARY);
556 assertSame(month, Month.JANUARY);
597 assertSame(month, Month.JANUARY);
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 44 public static final int JANUARY = 1;
  /libcore/ojluni/src/test/java/time/test/java/time/
TestOffsetDateTime_instants.java 102 assertEquals(test.getMonth(), Month.JANUARY);
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 102 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
179 * <code>January 12, <b>1996</b></code>.
270 JANUARY,
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 41 public static final int JANUARY = 1;
66 // Pre-calculated fixed dates of January 1 from BASE_YEAR
161 // Cache for the fixed date of January 1 and year length of the
197 if (month < JANUARY || month > DECEMBER) {
255 m = JANUARY;
324 if (month < JANUARY || month > DECEMBER) {
364 boolean isJan1 = month == JANUARY && dayOfMonth == 1;
405 // If it's January 1, update the cache.
433 jan1 = getFixedDate(year, JANUARY, 1, null);
477 // The fixed day 1 (January 1, 1 Gregorian) is Monday
    [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 103 private static final int EPOCH_OFFSET = 719163; // Fixed date of January 1, 1970 (Gregorian)
163 JANUARY, // MONTH
182 JANUARY, // MONTH (Showa 64 ended in January.)
249 date.setDate(transitionDate.getYear(), BaseCalendar.JANUARY, 1);
261 // Unless the first year starts from January 1, the actual
263 // Showa 63 January 8, 63 is the actual max value since
264 // Showa 64 January 8 doesn't exist.
265 if (!(lgd.getMonth() == BaseCalendar.JANUARY && lgd.getDayOfMonth() == 1)) {
712 if (!(transition.getMonth() == BaseCalendar.JANUARY
    [all...]
Calendar.java 64 * an offset from the <a name="Epoch"><em>Epoch</em></a>, January 1, 1970
89 * 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.
289 * interface reads January 31, 1999 and the user presses the month
313 // milliseconds from the epoch (1 January 1970 0:00 UTC), and as local
379 * <code>JANUARY</code> which is 0; the last depends on the number
382 * @see #JANUARY
615 public final static int JANUARY = 0;
705 * "January" and "Jan"
    [all...]
GregorianCalendar.java 91 * March 25. To avoid confusion, this calendar always uses January 1. A manual
93 * changeover and which fall between January 1 and March 24.
104 * getFirstDayOfWeek()}, and the day of the week of January 1. Weeks
127 * <p>For example, January 1, 1998 is a Thursday. If {@code
131 * on January 4, 1998. The week year is 1998 for the last three days
133 * {@code SUNDAY}, then week 1 of 1998 starts on January 4, 1998, and
134 * ends on January 10, 1998; the first three days of 1998 then are
151 * January 1998 is Sunday, January 4 through Saturday, January 10. These day
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 58 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
66 * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1. A
100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
254 * interface reads January 31, 1999 and the user presses the month
628 // milliseconds from the epoch start (1 January 1970 0:00 UTC), and as local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 73 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
81 * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1. A
116 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
289 * interface reads January 31, 1999 and the user presses the month
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 72 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
80 * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1. A
115 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc.
288 * interface reads January 31, 1999 and the user presses the month
    [all...]
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 562 milliseconds

1 2 3