Home | History | Annotate | Download | only in format

Lines Matching refs:minute

36 //                + ' ' + t.hour + ':' + t.minute
192 || local.minute != test.minute2) {
196 local.year, local.month, local.monthDay, local.hour, local.minute);
210 || local.minute != test.minute2) {
214 local.year, local.month, local.monthDay, local.hour, local.minute);
229 local.minute += test.offset;
233 || local.minute != test.minute2 || local.isDst != test.dst2) {
238 local.year, local.month, local.monthDay, local.hour, local.minute,
241 "minute test index " + index + ", normalize(): expected local " + expectedTime
250 local.minute += test.offset;
255 || local.minute != test.minute2 || local.isDst != test.dst2) {
260 local.year, local.month, local.monthDay, local.hour, local.minute,
263 "minute test index " + index + ", toMillis(): expected local " + expectedTime
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 ||
548 for (int minute = 0; minute < 60; minute += 15) {
549 time.set(0, minute, hour, monthDay, 0, 2008);
554 + time.hour + ":" + time.minute
593 assertEquals(0, time.minute);