HomeSort by relevance Sort by last modified time
    Searched defs:until (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 52 public String until; field in class:EventRecurrence
83 sParsePartMap.put("UNTIL", new ParseUntil());
141 /** If set, validate the value of UNTIL parts. Minor performance impact. */
144 /** If set, require that only one of {UNTIL,COUNT} is present. Breaks compat w/ old parser. */
351 if (!TextUtils.isEmpty(this.until)) {
352 s.append(";UNTIL=");
353 s.append(until);
481 (until == null ? er.until == null : until.equals(er.until)) &
737 Time until = new Time(); local
    [all...]
RecurrenceProcessor.java 87 // first see if there are any "until"s specified. if so, use the latest
88 // until / rdate.
93 } else if (rrule.until != null) {
94 // according to RFC 2445, until must be in UTC.
95 mIterator.parse(rrule.until);
110 // If there were only "until"s and no "count"s, then return the
111 // last "until" date or "rdate".
645 // do so) because the "until" date string is specified in UTC and that
718 * Long.MAX_VALUE for rangeEnd, and the event doesn't have a COUNT or UNTIL field,
759 Time until = mUntil local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 239 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); local
241 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
247 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
253 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
683 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); local
687 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
689 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
691 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
693 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 60 static const UChar ICAL_UNTIL[] = {0x55, 0x4E, 0x54, 0x49, 0x4C, 0}; /* "UNTIL" */
378 * until time defined by UNTIL attribute or MIN_MILLIS if not available
381 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
390 until = MIN_MILLIS;
426 until = parseDateTimeString(value, 0, status);
542 UDate until; local
544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
623 // If UNTIL is newer than previous one, use the one
624 if (tmp_until > until) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 793 String until = null; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 340 // We'll keep splitting the difference until we're within a minute
1124 String until = tokenFromRrule(rrule, "UNTIL="); local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 93 milliseconds