Home
last modified time | relevance | path

Searched refs:firstDay (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js310 Day.prototype.firstDay = function() { method in Day
391 var normalizedWeek = Week.createFromDay(this.firstDay());
562 Week.prototype.firstDay = function() { method in Week
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() { method in Month
747 return this.next().firstDay().previous();
3203 …ria-label", window.pagePopupController.formatWeek(week.year, week.week, week.firstDay().format()));
3421 this.calendarPicker.selectRangeContainingDay(weekNumberCell.week.firstDay());
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dcalregts.cpp996 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local
999 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()
1000 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()
1002 firstDay + in test4103271()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp996 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local
999 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()
1000 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()
1002 firstDay + in test4103271()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp558 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local
566 if (days[i] < firstDay) { in createRuleByRRULE()
567 firstDay = days[i]; in createRuleByRRULE()
574 if (days[j] == firstDay + i) { in createRuleByRRULE()
585 dayOfMonth = firstDay; in createRuleByRRULE()
/external/chromium_org/third_party/icu/source/i18n/
Dvtzone.cpp558 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local
566 if (days[i] < firstDay) { in createRuleByRRULE()
567 firstDay = days[i]; in createRuleByRRULE()
574 if (days[j] == firstDay + i) { in createRuleByRRULE()
585 dayOfMonth = firstDay; in createRuleByRRULE()