Home | History | Annotate | Download | only in deskclock

Lines Matching refs:days

89          * Days of week coded as integer
243 * Days of week code as a single int.
265 // Bitmask of all repeating days
268 DaysOfWeek(int days) {
269 mDays = days;
275 // no days
286 // count selected days
287 int dayCount = 0, days = mDays;
288 while (days > 0) {
289 if ((days & 1) == 1) dayCount++;
290 days >>= 1;
299 // selected days
331 // Returns days of week encoded in an array of booleans.
345 * returns number of days from today until next alarm