Home | History | Annotate | Download | only in i18n

Lines Matching refs:date

11 *   Date        Name        Description
463 // function maps the Date and Time control panel setting to an
672 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset,
680 date += rawOffset; // now in local standard millis
683 // When local == TRUE, date might not be in local standard
687 // does not exist. When 'date' is in this time range
697 double day = uprv_floor(date / U_MILLIS_PER_DAY);
698 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
712 date -= dstOffset;
1198 UDate date = Calendar::getNow();
1211 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType);
1214 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType);
1217 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
1271 tznames->getDisplayName(canonicalID, nameType, date, result);