Lines Matching refs:until
372 * until time defined by UNTIL attribute or MIN_MILLIS if not available
375 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
384 until = MIN_MILLIS;
420 until = parseDateTimeString(value, 0, status);
536 UDate until;
538 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
618 if (tmp_until > until) {
619 until = tmp_until;
689 if (until != MIN_MILLIS) {
691 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID);
1940 // Update until time
1991 // Update until time
2589 VTimeZone::appendUNTIL(VTZWriter& writer, const UnicodeString& until, UErrorCode& status) const {
2593 if (until.length() > 0) {
2597 writer.write(until);