Searched defs:SUNDAY (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java48 * fmt.format(Direction.LAST, AbsoluteUnit.SUNDAY); // "last Sunday"
49 * fmt.format(Direction.THIS, AbsoluteUnit.SUNDAY); // "this Sunday"
50 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday"
51 * fmt.format(Direction.PLAIN, AbsoluteUnit.SUNDAY); // "Sunday"
158 SUNDAY, enum constant in enum:RelativeDateTimeFormatter.AbsoluteUnit
723 AbsoluteUnit.SUNDAY,
859 dayOfWeekMap.put(AbsoluteUnit.SUNDAY, daysOfWeekBundle.getString(idx++));
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h250 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., SUNDAY.
254 SUNDAY = 1, enumerator in enum:Calendar::EDaysOfWeek
2187 * firstDayOfWeek is SUNDAY; minimalDaysInFirstWeek is 1. They are used to figure
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java783 * of the week. This field takes values {@link #SUNDAY},
786 * @see #SUNDAY
811 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
972 public final static int SUNDAY = 1; field in class:Calendar
1384 * The first day of the week, with possible values {@link #SUNDAY},
1399 * the range SUNDAY...SATURDAY (1..7). The weekend starts at
1416 * locale. Must be in the range SUNDAY...SATURDAY (1..7). The
2542 * returns 4 and {@link #getFirstDayOfWeek getFirstDayOfWeek} returns SUNDAY.
2640 if (dow < SUNDAY) {
4211 * where 1 = {@link #SUNDAY} an
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 204 milliseconds