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

  /frameworks/base/core/java/android/pim/
EventRecurrence.java 69 public String until; field in class:EventRecurrence
282 if (!TextUtils.isEmpty(this.until)) {
283 s.append(";UNTIL=");
284 s.append(until);
  /frameworks/base/include/pim/
EventRecurrence.h 55 String16 until; member in struct:android::EventRecurrence
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
RecurrenceProcessor.java 68 // first see if there are any "until"s specified. if so, use the latest
69 // until / rdate.
74 } else if (rrule.until != null) {
75 // according to RFC 2445, until must be in UTC.
76 mIterator.parse(rrule.until);
82 // This rrule has no "count" or "until" so it repeats
95 // If there were only "until"s and no "count"s, then return the
96 // last "until" date or "rdate".
527 // do so) because the "until" date string is specified in UTC and that
600 * Long.MAX_VALUE for rangeEnd, and the event doesn't have a COUNT or UNTIL field
638 Time until = mUntil; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 228 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); local
230 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
236 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
242 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
667 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); local
671 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
673 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
675 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
677 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 234 UDate until = getUTCMillis(STARTYEAR + 10, UCAL_JANUARY, 1); local
236 if (!(stz.hasEquivalentTransitions(*rbtz1, start, until, TRUE, status))) {
242 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
248 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
678 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); local
682 compareTransitionsAscending(*tz, *rbtz, start, until, FALSE);
684 compareTransitionsAscending(*tz, *rbtz, start + 1, until, TRUE);
686 compareTransitionsDescending(*tz, *rbtz, start, until, FALSE);
688 compareTransitionsDescending(*tz, *rbtz, start + 1, until, TRUE);
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 296 // We'll keep splitting the difference until we're within a minute
1037 String until = tokenFromRrule(rrule, "UNTIL="); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 58 static const UChar ICAL_UNTIL[] = {0x55, 0x4E, 0x54, 0x49, 0x4C, 0}; /* "UNTIL" */
376 * until time defined by UNTIL attribute or MIN_MILLIS if not available
379 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
388 until = MIN_MILLIS;
424 until = parseDateTimeString(value, 0, status);
540 UDate until; local
542 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
621 // If UNTIL is newer than previous one, use the one
622 if (tmp_until > until) {
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 58 static const UChar ICAL_UNTIL[] = {0x55, 0x4E, 0x54, 0x49, 0x4C, 0}; /* "UNTIL" */
376 * until time defined by UNTIL attribute or MIN_MILLIS if not available
379 int32_t* dom, int32_t& domCount, UDate& until, UErrorCode& status) {
388 until = MIN_MILLIS;
424 until = parseDateTimeString(value, 0, status);
540 UDate until; local
542 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
621 // If UNTIL is newer than previous one, use the one
622 if (tmp_until > until) {
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 741 String until = null; local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 297 milliseconds