Home | History | Annotate | Download | only in deskclock

Lines Matching defs:days

91          * Days of week coded as integer
260 * Days of week code as a single int.
290 // Bitmask of all repeating days
293 DaysOfWeek(int days) {
294 mDays = days;
308 // no days
319 // count selected days
320 int dayCount = 0, days = mDays;
321 while (days > 0) {
322 if ((days & 1) == 1) dayCount++;
323 days >>= 1;
332 // selected days
385 // Returns days of week encoded in an array of booleans.
399 * returns number of days from today until next alarm