Lines Matching refs:untilTime
2249 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,
2267 if (untilTime != MAX_MILLIS) {
2268 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2284 UDate startTime, UDate untilTime, UErrorCode& status) const {
2303 if (untilTime != MAX_MILLIS) {
2304 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2320 UDate startTime, UDate untilTime, UErrorCode& status) const {
2328 month, (dayOfMonth + 6)/7, dayOfWeek, startTime, untilTime, status);
2335 month, -1*((MONTHLENGTH[month] - dayOfMonth + 1)/7), dayOfWeek, startTime, untilTime, status);
2382 untilTime, fromOffset, status);
2396 UDate untilTime, int32_t fromOffset, UErrorCode& status) const {
2428 if (untilTime != MAX_MILLIS) {
2429 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2444 UDate startTime, UDate untilTime, UErrorCode& status) const {
2452 month, dayOfMonth/7, dayOfWeek, startTime, untilTime, status);
2456 month, -1*((MONTHLENGTH[month] - dayOfMonth)/7 + 1), dayOfWeek, startTime, untilTime, status);
2460 UCAL_FEBRUARY, -1, dayOfWeek, startTime, untilTime, status);
2464 month, dayOfMonth - 6, dayOfWeek, startTime, untilTime, status);