Lines Matching defs:date

17 *                           week-based date determination.  Removed quetionable
30 * 10/15/99 aliu Fixed j32, cannot set date to Feb 29 2000 AD.
55 * Note that the Julian date used here is not a true Julian date, since
220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date,
230 set(UCAL_DATE, date);
235 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date,
245 set(UCAL_DATE, date);
252 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date,
263 set(UCAL_DATE, date);
320 GregorianCalendar::setGregorianChange(UDate date, UErrorCode& status)
325 fGregorianCutover = date;
330 // normalized cutover is in pure date milliseconds; it contains no time
332 // pure date values.
357 cal->setTime(date, status);
658 int32_t date = internalGet(UCAL_DATE);
659 if (date < getMinimum(UCAL_DATE) ||
660 date > monthLength(internalGet(UCAL_MONTH))) {
864 // date Dec 28, 1997 is the first day of week 1 of 1998 (if
1045 * Return the minimum value that this field could have, given the current date.
1048 * @return the minimum value that this field could have, given the current date.
1062 * Return the minimum value that this field could have, given the current date.
1065 * @return the minimum value that this field could have, given the current date.
1088 * Return the maximum value that this field could have, given the current date.
1089 * For example, with the date "Feb 3, 1997" and the DAY_OF_MONTH field, the actual
1104 * the actual maximum of DAY_OF_MONTH is 17, not 30. If the date is Mar
1106 * the date is Mar 15, the actual maximum might be Aug -- depending on
1130 * We know we've exceeded the maximum when either the month, date,
1132 * check for month, date, and time here because the year and era are
1134 * added to check the month and date in the future for some reason,
1268 * The system maintains a static default century start date and Year. They are
1269 * initialized the first time they are used. Once the system default century date