Home | History | Annotate | Download | only in i18n

Lines Matching refs:untilTime

2210                                int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,
2228 if (untilTime != MAX_MILLIS) {
2229 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2245 UDate startTime, UDate untilTime, UErrorCode& status) const {
2264 if (untilTime != MAX_MILLIS) {
2265 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2281 UDate startTime, UDate untilTime, UErrorCode& status) const {
2289 month, (dayOfMonth + 6)/7, dayOfWeek, startTime, untilTime, status);
2296 month, -1*((MONTHLENGTH[month] - dayOfMonth + 1)/7), dayOfWeek, startTime, untilTime, status);
2343 untilTime, fromOffset, status);
2357 UDate untilTime, int32_t fromOffset, UErrorCode& status) const {
2389 if (untilTime != MAX_MILLIS) {
2390 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status);
2405 UDate startTime, UDate untilTime, UErrorCode& status) const {
2413 month, dayOfMonth/7, dayOfWeek, startTime, untilTime, status);
2417 month, -1*((MONTHLENGTH[month] - dayOfMonth)/7 + 1), dayOfWeek, startTime, untilTime, status);
2421 UCAL_FEBRUARY, -1, dayOfWeek, startTime, untilTime, status);
2425 month, dayOfMonth - 6, dayOfWeek, startTime, untilTime, status);