Lines Matching full:hour
450 int32_t hour;
504 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
513 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status))
515 else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in daylight savings time */
516 log_err("FAIL: Error setTimeZone doesn't change the represented time correctly with 8 hour offset\n");
1019 log_err("FAIL: Hour of Day %d out of range\n", val);
1305 int32_t hour, int32_t min, int32_t sec, int32_t am_pm)
1314 ucal_get(c, UCAL_HOUR, &status) == hour &&
1338 year, month + 1, day, hour, min, sec, (am_pm==0) ? "AM": "PM");