Home | History | Annotate | Download | only in i18n

Lines Matching refs:untilTime

2262                                int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,
2280 if (untilTime != MAX_MILLIS) {
2281 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2297 UDate startTime, UDate untilTime, UErrorCode& status) const {
2316 if (untilTime != MAX_MILLIS) {
2317 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2333 UDate startTime, UDate untilTime, UErrorCode& status) const {
2341 month, (dayOfMonth + 6)/7, dayOfWeek, startTime, untilTime, status);
2348 month, -1*((MONTHLENGTH[month] - dayOfMonth + 1)/7), dayOfWeek, startTime, untilTime, status);
2395 untilTime, fromOffset, status);
2409 UDate untilTime, int32_t fromOffset, UErrorCode& status) const {
2441 if (untilTime != MAX_MILLIS) {
2442 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2457 UDate startTime, UDate untilTime, UErrorCode& status) const {
2465 month, dayOfMonth/7, dayOfWeek, startTime, untilTime, status);
2469 month, -1*((MONTHLENGTH[month] - dayOfMonth)/7 + 1), dayOfWeek, startTime, untilTime, status);
2473 UCAL_FEBRUARY, -1, dayOfWeek, startTime, untilTime, status);
2477 month, dayOfMonth - 6, dayOfWeek, startTime, untilTime, status);