Lines Matching refs:date
11 * Date Name Description
260 //TODO: ULOC_FULL_NAME is out of date and too small..
664 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
686 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
1127 * @param date the new time in UTC milliseconds from the epoch.
1197 Calendar::set(int32_t year, int32_t month, int32_t date)
1201 set(UCAL_DATE, date);
1207 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute)
1211 set(UCAL_DATE, date);
1219 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second)
1223 set(UCAL_DATE, date);
1438 * the allowable range for the date to which this calendar is set.
1536 // Compute time-related fields. These are indepent of the date and
2222 // to roll over/back the date. For now, this only happens
2232 // the target wall time does not exist on the result date.
2566 Calendar::isWeekend(UDate date, UErrorCode &status) const
2578 work->setTime(date, status);
2740 // normalizes to itself is the actual minimum for the current date
3129 * @param millis milliseconds of the date fields
3183 // We want to see if any of the date fields is newer than the
3281 int32_t date = 1 - first + dowLocal;
3285 if (date < 1) {
3286 date += 7;
3293 date += 7*(dim - 1);
3296 // Move date to the last of this day-of-week in this month,
3304 date += ((monthLength - date) / 7 + dim + 1) * 7;
3351 // recalculate date.
3352 date = 1 - first + dowLocal;
3356 int32_t testDate = date;
3376 date = 1 - first + dowLocal;
3379 fprintf(stderr, "%s:%d - date now %d, jd%d, ywoy%d\n",
3380 __FILE__, __LINE__, date, julianDay, year-1);
3392 date += 7;
3396 date += 7 * (internalGet(bestField) - 1);
3399 return julianDay + date;
3624 * DATE, the current value of DATE itself is ignored,
3630 * might have when computing date fields.
3715 // normalizes to itself is the actual maximum for the current date