HomeSort by relevance Sort by last modified time
    Searched full:sunday (Results 51 - 75 of 205) sorted by null

1 23 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 79 * {@code getFirstDayOfWeek()} is {@code SUNDAY}, then week 1 of
96 * For example, if {@code getFirstDayOfWeek()} is {@code SUNDAY}
98 * January 1998 is Sunday, January 4 through Saturday, January 10. These days
121 * pdt.setStartRule(Calendar.APRIL, 1, Calendar.SUNDAY, 2 * 60 * 60 * 1000);
122 * pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000);
344 setFirstDayOfWeek(SUNDAY);
    [all...]
Grego.java 146 if (dayOfWeek < 1 /* Sunday */) {
  /external/icu4c/i18n/unicode/
rbtz.h 142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
calendar.h 214 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., SUNDAY.
219 SUNDAY = 1,
    [all...]
ucal.h 258 * of the week. This field takes values <code>SUNDAY</code>,
285 * end of the month, so the last Sunday of a month is specified as
286 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
448 /** Sunday */
    [all...]
  /external/icu4c/i18n/
vzone.h 195 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
218 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 419 { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" };
459 { L"Sunday", L"Monday", L"Tuesday", L"Wednesday", L"Thursday", L"Friday", L"Saturday" };
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 303 for (int i = Calendar.SUNDAY; i <= Calendar.SATURDAY; i++) {
304 mDayLabels[i - Calendar.SUNDAY] = DateUtils.getDayOfWeekString(i,
  /packages/inputmethods/LatinIME/java/res/values-en/
whitelist.xml 521 <item>sunday</item>
522 <item>Sunday</item>
  /external/bluetooth/glib/glib/
gdate.h 150 /* First monday/sunday is the start of week 1; if we haven't reached
  /external/icu4c/test/intltest/
tsdate.cpp 124 tryDate(5264498352317.0); // Sunday, October 28, 2136 8:39:12 AM PST
  /external/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
  /external/webkit/Source/WebCore/html/
DateComponents.h 169 Sunday = 0,
  /frameworks/base/core/java/android/text/format/
Time.java 130 public static final int SUNDAY = 0;
530 * assuming that DST changes at 2am on Sunday, Nov 4, 2007.
655 * This array is indexed by the weekDay field (SUNDAY=0, MONDAY=1, etc.)
808 * {@link #SUNDAY}
  /frameworks/base/docs/html/reference/renderscript/
structrs__tm.html 66 <p>tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds. tm_min - Minutes after the hour. This ranges from 0 to 59. tm_hour - Hours past midnight. This ranges from 0 to 23. tm_mday - Day of the month. This ranges from 1 to 31. tm_mon - Months since January. This ranges from 0 to 11. tm_year - Years since 1900. tm_wday - Days since Sunday. This ranges from 0 to 6. tm_yday - Days since January 1. This ranges from 0 to 365. tm_isdst - Flag to indicate whether daylight saving time is in effect. The value is positive if it is in effect, zero if it is not, and negative if the information is not available. </p>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
  /packages/apps/Calendar/res/values-en-rGB/
arrays.xml 64 <item msgid="95029346069903091">"Sunday"</item>
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 103 Utils.getWeeksSinceEpochFromJulianDay(JULIAN_DAYS[i], Time.SUNDAY));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
  /frameworks/base/core/res/res/values/
donottranslate-cldr.xml 56 <string name="day_of_week_long_sunday">Sunday</string>
  /frameworks/base/core/res/res/values-en-rAU/
donottranslate-cldr.xml 56 <string name="day_of_week_long_sunday">Sunday</string>
  /frameworks/base/core/res/res/values-en-rCA/
donottranslate-cldr.xml 56 <string name="day_of_week_long_sunday">Sunday</string>
  /frameworks/base/core/res/res/values-en-rGB/
donottranslate-cldr.xml 56 <string name="day_of_week_long_sunday">Sunday</string>

Completed in 852 milliseconds

1 23 4 5 6 7 8 9