HomeSort by relevance Sort by last modified time
    Searched defs:firstDay (Results 1 - 8 of 8) 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...]
  /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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 776 milliseconds