Lines Matching full:hour
568 { 0, 0, 11, 11 }, // HOUR
591 // fields such as MONTH, HOUR, AM_PM, etc. It is possible to compute the
605 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
627 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
1055 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute)
1060 set(UCAL_HOUR_OF_DAY, hour);
1067 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second)
1072 set(UCAL_HOUR_OF_DAY, hour);
1473 // as the hour, the day of the month, and the era.
1492 // Rolling the hour is difficult on the ONSET and CEASE days of
1768 // we don't want the HOUR to shift due to changes in DST. If the
1770 // vice versa, we need to adjust by an hour forward or back,
1773 // We only adjust the DST for fields larger than an hour. For
1774 // fields smaller than an hour, we cannot adjust for DST without
1775 // causing problems. for instance, if you add one hour to April 5,
1778 // compensates by subtracting an hour. As a result the time
1852 // In order to keep the hour invariant (for fields where this is
1857 int32_t hour = 0;
1860 hour = internalGet(UCAL_HOUR_OF_DAY);
1868 // We have done an hour-invariant adjustment but the
1870 // the hour constant. In cases such as midnight after
1874 // maintains the hour.
1877 if (get(UCAL_HOUR_OF_DAY, status) != hour) {
2483 // AM_PM and the HOUR.