Lines Matching refs:date
11 * Date Name Description
213 //TODO: ULOC_FULL_NAME is out of date and too small..
609 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
631 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.)
1009 * @param date the new time in UTC milliseconds from the epoch.
1065 Calendar::set(int32_t year, int32_t month, int32_t date)
1069 set(UCAL_DATE, date);
1075 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute)
1079 set(UCAL_DATE, date);
1087 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second)
1091 set(UCAL_DATE, date);
1177 * the allowable range for the date to which this calendar is set.
1275 // Compute time-related fields. These are indepent of the date and
2162 Calendar::isWeekend(UDate date, UErrorCode &status) const
2174 work->setTime(date, status);
2336 // normalizes to itself is the actual minimum for the current date
2635 * @param millis milliseconds of the date fields
2652 // We want to see if any of the date fields is newer than the
2750 int32_t date = 1 - first + dowLocal;
2754 if (date < 1) {
2755 date += 7;
2762 date += 7*(dim - 1);
2765 // Move date to the last of this day-of-week in this month,
2773 date += ((monthLength - date) / 7 + dim + 1) * 7;
2820 // recalculate date.
2821 date = 1 - first + dowLocal;
2825 int32_t testDate = date;
2845 date = 1 - first + dowLocal;
2848 fprintf(stderr, "%s:%d - date now %d, jd%d, ywoy%d\n",
2849 __FILE__, __LINE__, date
2861 date += 7;
2865 date += 7 * (internalGet(bestField) - 1);
2868 return julianDay + date;
3098 * DATE, the current value of DATE itself is ignored,
3104 * might have when computing date fields.
3184 // normalizes to itself is the actual maximum for the current date