HomeSort by relevance Sort by last modified time
    Searched refs:firstDay (Results 1 - 15 of 15) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 101 int firstDay = cursor.getInt(startDayColumnIndex);
104 int firstIndex = Math.max(firstDay - startDay, 0);
DayView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 310 Day.prototype.firstDay = function() {
391 var normalizedWeek = Week.createFromDay(this.firstDay());
562 Week.prototype.firstDay = function() {
571 return this.firstDay().next(3);
580 return this.next().firstDay().previous();
587 return this.firstDay().valueOf() - createUTCDate(1970, 0, 1).getTime();
730 Month.prototype.firstDay = function() {
747 return this.next().firstDay().previous();
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 890 Calendar firstDay = child.getFirstDay();
892 firstDay.add(Calendar.DAY_OF_MONTH, -DAYS_PER_WEEK);
894 firstDay.add(Calendar.DAY_OF_MONTH, DAYS_PER_WEEK);
896 setMonthDisplayed(firstDay);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 558 int32_t firstDay = 31; // max possible number of dates in a month
566 if (days[i] < firstDay) {
567 firstDay = days[i];
574 if (days[j] == firstDay + i) {
584 // Use DOW_GEQ_DOM rule with firstDay as the start date
585 dayOfMonth = firstDay;
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 558 int32_t firstDay = 31; // max possible number of dates in a month
566 if (days[i] < firstDay) {
567 firstDay = days[i];
574 if (days[j] == firstDay + i) {
584 // Use DOW_GEQ_DOM rule with firstDay as the start date
585 dayOfMonth = firstDay;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 750 milliseconds