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

1 2 3

  /external/r8/src/test/examples/switchmaps/
Days.java 7 MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY;
  /libcore/ojluni/src/main/java/java/time/
DayOfWeek.java 85 * Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.
88 * The {@code int} value follows the ISO-8601 standard, from 1 (Monday) to 7 (Sunday).
112 * The singleton instance for the day-of-week of Monday.
115 MONDAY,
157 * The {@code int} value follows the ISO-8601 standard, from 1 (Monday) to 7 (Sunday).
159 * @param dayOfWeek the day-of-week to represent, from 1 (Monday) to 7 (Sunday)
203 * The values are numbered following the ISO-8601 standard, from 1 (Monday) to 7 (Sunday).
206 * @return the day-of-week, from 1 (Monday) to 7 (Sunday)
357 * The calculation rolls around the end of the week from Sunday to Monday.
373 * The calculation rolls around the start of the year from Monday to Sunday
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKDayOfWeek.java 62 import static java.time.DayOfWeek.MONDAY;
104 TemporalAccessor[] array = {MONDAY, WEDNESDAY, SUNDAY, };
149 assertEquals(DayOfWeek.from(LocalDate.of(2011, 6, 6)), DayOfWeek.MONDAY);
249 assertEquals(DayOfWeek.MONDAY.getDisplayName(TextStyle.SHORT, Locale.US), "Mon");
254 DayOfWeek.MONDAY.getDisplayName(null, Locale.US);
259 DayOfWeek.MONDAY.getDisplayName(TextStyle.FULL, null);
345 assertEquals(DayOfWeek.MONDAY.adjustInto(LocalDate.of(2012, 9, 2)), LocalDate.of(2012, 8, 27));
346 assertEquals(DayOfWeek.MONDAY.adjustInto(LocalDate.of(2012, 9, 3)), LocalDate.of(2012, 9, 3));
347 assertEquals(DayOfWeek.MONDAY.adjustInto(LocalDate.of(2012, 9, 4)), LocalDate.of(2012, 9, 3));
348 assertEquals(DayOfWeek.MONDAY.adjustInto(LocalDate.of(2012, 9, 10)), LocalDate.of(2012, 9, 10))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 47 DAYS.add(Calendar.MONDAY);
  /external/icu/icu4c/source/i18n/
reldatefmt.cpp 206 MONDAY,
257 case MONDAY:
356 return MONDAY;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 95 * -- July 15, 1996 is actually a Monday), or the input time might be ambiguous
257 MONDAY,
    [all...]
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 56 public static final int MONDAY = 2;
477 // The fixed day 1 (January 1, 1 Gregorian) is Monday.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 160 * Monday
162 MONDAY,
320 * Specifies that relative unit is Monday, e.g. "last Monday",
321 * "this Monday", "next Monday", "in 5 Mondays".
324 MONDAY,
603 case MONDAY: absunit = AbsoluteUnit.MONDAY; break;
857 MONDAY(null, AbsoluteUnit.MONDAY)
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 95 * July 15, 1996 is actually a Monday).
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 175 * Monday
178 MONDAY,
363 * Specifies that relative unit is Monday, e.g. "last Monday",
364 * "this Monday", "next Monday", "in 5 Mondays".
368 MONDAY,
662 case MONDAY: absunit = AbsoluteUnit.MONDAY; break;
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 70 * The Julian day of the Monday in the week of the epoch, December 29, 1969
156 public static final int MONDAY = 1;
872 * This array is indexed by the weekDay field (SUNDAY=0, MONDAY=1, etc.)
884 * In IS0 8601, weeks start on Monday.
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 147 * 1996 is actually a Monday). <code>Calendar</code> will resolve
451 * <code>MONDAY</code>, <code>TUESDAY</code>, <code>WEDNESDAY</code>,
455 * @see #MONDAY
577 * Monday.
579 public final static int MONDAY = 2;
745 * are typically single character strings, such as "M" for Monday.
758 * are typically single character strings, such as "M" for Monday.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 110 * July 15, 1996 is actually a Monday), or the input time might be ambiguous
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 109 * July 15, 1996 is actually a Monday), or the input time might be ambiguous
    [all...]
  /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/25/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 1040 milliseconds

1 2 3