Home | History | Annotate | Download | only in calendarcommon

Lines Matching refs:days

479                     Log.i(TAG, "generated days list");
486 * Fill in a bit set containing the days of the month on which this
496 int days = 0;
538 days |= 1 << j;
549 days |= 1 << j;
565 days |= 1 << j;
583 days |= 1 << v;
587 days |= 1 << j;
596 if ((days&(1<<j)) != 0) {
602 days &= ~(1<<j);
609 return days;
762 DaySet days = mDays;
766 days.setRecurrence(r);
826 // days, set the iterator day field to 1 because sometimes
828 // XXX Do we generate days for MONTHLY w/ BYHOUR? If so,
900 // Keep the year and month that days is for, and generate it
920 * want to move back (2 - 4 + 7) % 7 = 5 days to the previous
934 + " days=" + days);
940 if (!days.get(iterator, dayIndex)) {
977 // days.
1064 // XXX: We do this for days, because there is a varying number of days
1155 // from the year and adding a year's worth of days to "monthDay" in
1165 int days = month > 1 ? yearLength(year) : yearLength(year - 1);
1166 monthDay += days;
1224 * Returns the number of days in the given year.
1227 * @return the number of days in the given year.
1239 * Returns the number of days in the given month of the given year.
1243 * @return the number of days in the given month of the given year.
1276 * @return the 0-based "year day", the number of days into the year