Home | History | Annotate | Download | only in format

Lines Matching refs:hour

36 //                + ' ' + t.hour + ':' + t.minute
191 || local.monthDay != test.day2 || local.hour != test.hour2
196 local.year, local.month, local.monthDay, local.hour, local.minute);
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,
368 t.hour != 9 || t.minute != 50 || t.second != 50 ||
375 t.hour != 9 || t.minute != 50 || t.second != 50 ||
382 t.hour != 9 || t.minute != 50 || t.second != 50 ||
389 t.hour != 9 || t.minute != 50 || t.second != 50 ||
396 t.hour != 9 || t.minute != 50 || t.second != 50 ||
404 t.hour != 10 || t.minute != 55 || t.second != 50 ||
412 t.hour != 10 || t.minute != 55 || t.second != 50 ||
547 for (int hour = 0; hour < 24; hour++) {
549 time.set(0, minute, hour, monthDay, 0, 2008);
554 + time.hour + ":" + time.minute
592 assertTrue(time.hour == 0 || time.hour == 1);