Lines Matching refs:monthDay

35 //                + t.month + '-' + t.monthDay
188 local.monthDay += test.offset;
191 || local.monthDay != test.day2 || local.hour != test.hour2
196 local.year, local.month, local.monthDay, local.hour, local.minute);
205 local.monthDay += test.offset;
209 || local.monthDay != test.day2 || local.hour != test.hour2
214 local.year, local.month, local.monthDay, local.hour, local.minute);
232 || local.monthDay != test.day2 || local.hour != test.hour2
238 local.year, local.month, local.monthDay, local.hour, local.minute,
254 || local.monthDay != test.day2 || local.hour != test.hour2
260 local.year, local.month, local.monthDay, local.hour, local.minute,
362 if (!t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23) {
367 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
374 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
381 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
388 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
395 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
403 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
411 if (t.allDay || t.year != 1980 || t.month != 04 || t.monthDay != 23 ||
530 for (int monthDay = 1; monthDay <= 366; monthDay++) {
533 // "monthDay" from 1 to 366. The call to normalize() will
535 time.set(0, 0, 0, monthDay, 0, 2008);
549 time.set(0, minute, hour, monthDay, 0, 2008);
571 for (int monthDay = 1; monthDay <= 366; monthDay++) {
574 // "monthDay" from 1 to 366. The call to normalize() will
576 time.set(0, 0, 0, monthDay, 0, 2008);