HomeSort by relevance Sort by last modified time
    Searched full:day_of_week (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 334 mDayOfWeekView.setText(mCalendar.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.LONG,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
GregorianCalendarTest.java 247 gc1.add(Calendar.DAY_OF_WEEK, 1);
248 assertEquals("Wrong time after DAY_OF_WEEK change", 16, gc1
  /external/chromium_org/third_party/icu/source/i18n/
chnsecal.cpp 147 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DAY_OF_WEEK
222 * The DAY_OF_WEEK and DOW_LOCAL fields are already set when this
hebrwcal.cpp 47 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DAY_OF_WEEK
547 * Subclasses can refer to the DAY_OF_WEEK and DOW_LOCAL fields,
calendar.cpp 568 { 1, 1, 7, 7 }, // DAY_OF_WEEK
    [all...]
islamcal.h 339 * The DAY_OF_WEEK and DOW_LOCAL fields are already set when this
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 106 * cout << "DAY_OF_WEEK: " << calendar->get( UCAL_DAY_OF_WEEK, success ) << endl;
128 * cout << "DAY_OF_WEEK: " << calendar->get( UCAL_DAY_OF_WEEK, success ) << endl;
    [all...]
ucal.h 275 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
286 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h     [all...]
  /external/icu4c/i18n/
chnsecal.cpp 185 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DAY_OF_WEEK
261 * The DAY_OF_WEEK and DOW_LOCAL fields are already set when this
    [all...]
hebrwcal.cpp 47 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DAY_OF_WEEK
547 * Subclasses can refer to the DAY_OF_WEEK and DOW_LOCAL fields,
calendar.cpp 599 { 1, 1, 7, 7 }, // DAY_OF_WEEK
    [all...]
islamcal.h 339 * The DAY_OF_WEEK and DOW_LOCAL fields are already set when this
  /external/icu4c/i18n/unicode/
gregocal.h 106 * cout << "DAY_OF_WEEK: " << calendar->get( UCAL_DAY_OF_WEEK, success ) << endl;
128 * cout << "DAY_OF_WEEK: " << calendar->get( UCAL_DAY_OF_WEEK, success ) << endl;
    [all...]
ucal.h 281 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
292 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/chromium/base/
time.h 211 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member in struct:base::Time::Exploded
  /external/chromium/crypto/
nss_util.cc 706 exploded.day_of_week = prxtime.tm_wday;
  /external/chromium_org/base/time/
time.h 229 int day_of_week; // 0-based day of week (0 = Sunday, etc.) member in struct:base::Time::Exploded
  /frameworks/base/core/java/android/text/format/
DateFormat.java 465 inDate.get(Calendar.DAY_OF_WEEK), count, c);
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 270 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY_OF_WEEK, cal.get(Calendar.DAY_OF_WEEK) - 1);
331 testCalendar.set(GregorianCalendar.DAY_OF_WEEK, tzd.dayOfWeek);
461 int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK);
472 } else if (dayOfWeek == cal.get(Calendar.DAY_OF_WEEK)) {
    [all...]
  /external/chromium/net/base/
x509_certificate_win.cc 155 system_time->wDayOfWeek = exploded.day_of_week;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 337 * "on every [Nth] [DAY_OF_WEEK]", e.g. "on every second Monday",
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 

Completed in 603 milliseconds

1 2 34 5