Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

11 *   Date        Name        Description
552 // function maps the Date and Time control panel setting to an
663 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
671 date += rawOffset; // now in local standard millis
674 // When local == TRUE, date might not be in local standard
678 // does not exist. When 'date' is in this time range
688 double day = uprv_floor(date / U_MILLIS_PER_DAY);
689 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
703 date -= dstOffset;
1178 // Set a fixed date (July 1) in this Gregorian year
1186 // Get July 1 date