HomeSort by relevance Sort by last modified time
    Searched refs:dayOfWeek (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/icu/icu4c/source/i18n/
olsontz.h 168 int32_t day, uint8_t dayOfWeek,
175 int32_t day, uint8_t dayOfWeek,
vtzone.cpp 539 int32_t month, dayOfWeek, nthDayOfWeek, dayOfMonth = 0;
544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
553 if (daysCount != 7 || month == -1 || dayOfWeek == 0) {
590 if (month == -1 || dayOfWeek == 0 || daysCount == 0) {
639 if (tmp_dayOfWeek != dayOfWeek) {
689 if (dayOfWeek == 0 && nthDayOfWeek == 0 && dayOfMonth == 0) {
703 if (dayOfWeek == 0 && nthDayOfWeek == 0 && dayOfMonth != 0) {
706 } else if (dayOfWeek != 0 && nthDayOfWeek != 0 && dayOfMonth == 0) {
708 adtr = new DateTimeRule(month, nthDayOfWeek, dayOfWeek, startMID, DateTimeRule::WALL_TIME);
709 } else if (dayOfWeek != 0 && nthDayOfWeek == 0 && dayOfMonth != 0)
    [all...]
vzone.h 182 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
189 uint8_t dayOfWeek, int32_t millis, UErrorCode& status);
204 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
212 uint8_t dayOfWeek, int32_t millis,
calendar.cpp     [all...]
gregoimp.h 214 static int32_t dayOfWeek(double day);
ucal.cpp 599 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status)
604 return ((Calendar*)cal)->getDayOfWeekType(dayOfWeek, *status);
608 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status)
613 return ((Calendar*)cal)->getWeekendTransition(dayOfWeek, *status);
  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 142 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
149 uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const;
163 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
171 uint8_t dayOfWeek, int32_t millis,
timezone.h 458 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
465 uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const = 0;
480 * @param dayOfWeek the day-of-week of the given date.
488 uint8_t dayOfWeek, int32_t milliseconds,
    [all...]
ucal.h     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java 221 TextView dayOfWeek = (TextView)(nameLayout.findViewById(R.id.city_day));
249 dayOfWeek.setText(mContext.getString(R.string.world_day_of_week_label,
251 dayOfWeek.setVisibility(View.VISIBLE);
253 dayOfWeek.setVisibility(View.GONE);
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 473 int32_t dayOfWeek = cal->get(UCAL_DAY_OF_WEEK, status);
481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status);
626 int32_t dayOfWeek = DATA[i+3];
633 zone->setStartRule(month, day, dayOfWeek, time, status);
639 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
647 zone->setEndRule(month, day, dayOfWeek, time, status);
653 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
663 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time
    [all...]
calcasts.cpp 65 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status);
77 cal->set(UCAL_DAY_OF_WEEK, cases[i].dayOfWeek);
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 473 int32_t dayOfWeek = cal->get(UCAL_DAY_OF_WEEK, status);
481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status);
626 int32_t dayOfWeek = DATA[i+3];
633 zone->setStartRule(month, day, dayOfWeek, time, status);
639 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
647 zone->setEndRule(month, day, dayOfWeek, time, status);
653 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
663 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time
    [all...]
calcasts.cpp 65 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status);
77 cal->set(UCAL_DAY_OF_WEEK, cases[i].dayOfWeek);
  /external/chromium_org/third_party/icu/source/i18n/
calendar.cpp     [all...]
gregoimp.h 214 static int32_t dayOfWeek(double day);
ucal.cpp 599 ucal_getDayOfWeekType(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode* status)
604 return ((Calendar*)cal)->getDayOfWeekType(dayOfWeek, *status);
608 ucal_getWeekendTransition(const UCalendar *cal, UCalendarDaysOfWeek dayOfWeek, UErrorCode *status)
613 return ((Calendar*)cal)->getWeekendTransition(dayOfWeek, *status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
timezone.h 458 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
465 uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const = 0;
480 * @param dayOfWeek the day-of-week of the given date.
488 uint8_t dayOfWeek, int32_t milliseconds,
    [all...]
ucal.h     [all...]
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java 137 final String dayOfWeek = DateUtils.getDayOfWeekString(time.weekDay + 1,
142 views.setTextViewText(R.id.day_of_week, dayOfWeek);
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.cpp 63 static int dayOfWeek(int year, int month, int day)
84 return dayOfWeek(m_year, m_month, m_monthDay);
89 int day = dayOfWeek(m_year, 0, 1); // January 1.
598 int offsetTo1stWeekStart = 1 - dayOfWeek(year, 0, 1);
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 237 int dayOfWeek;
254 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY_OF_WEEK, rrule.dayOfWeek - 1);
301 tzd.dayOfWeek = getWord(bytes, offset + MSFT_SYSTEMTIME_DAY_OF_WEEK) + 1;
332 testCalendar.set(GregorianCalendar.DAY_OF_WEEK, tzd.dayOfWeek);
407 int dayOfWeek;
432 dayOfWeek = _dayOfWeek;
440 sDayTokens[dayOfWeek - 1];
462 int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
473 } else if (dayOfWeek == cal.get(Calendar.DAY_OF_WEEK)) {
508 return new RRule(month + 1, dayOfWeek, week)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 207 self.dayOfWeek = int(self.when[1])
263 if day != self.dayOfWeek:
264 if day < self.dayOfWeek:
265 daysToWait = self.dayOfWeek - day
267 daysToWait = 6 - day + self.dayOfWeek + 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 207 self.dayOfWeek = int(self.when[1])
263 if day != self.dayOfWeek:
264 if day < self.dayOfWeek:
265 daysToWait = self.dayOfWeek - day
267 daysToWait = 6 - day + self.dayOfWeek + 1
    [all...]
  /libcore/luni/src/main/java/java/util/
TimeZone.java 320 int dayOfWeek, int timeOfDayMillis);

Completed in 482 milliseconds

12 3 4