Searched defs:firstDay (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js310 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();
3203 this.element.setAttribute("aria-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/i18n/
H A Dvtzone.cpp558 int32_t firstDay = 31; // max possible number of dates in a month local
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;
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp558 int32_t firstDay = 31; // max possible number of dates in a month local
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;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5289 milliseconds