HomeSort by relevance Sort by last modified time
    Searched refs:bysetpos (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 75 public int[] bysetpos; field in class:EventRecurrence
94 sParsePartMap.put("BYSETPOS", new ParseBySetPos());
391 appendNumbers(s, ";BYSETPOS=", this.bysetposCount, this.bysetpos);
494 arraysEqual(bysetpos, bysetposCount, er.bysetpos, er.bysetposCount);
549 * ( ";" "BYSETPOS" "=" bysplist ) /
887 /** parses BYSETPOS=bysplist *
890 int[] bysetpos = parseNumberList(value, Integer.MIN_VALUE, Integer.MAX_VALUE, true); local
    [all...]
RecurrenceProcessor.java 284 bysetpos:
285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1
291 Log.v(TAG, "BYSETPOS not supported with these rules: " + r);
293 break bysetpos; local
302 Log.v(TAG, "BYSETPOS not supported with these rules: " + r);
305 // BYSETPOS was defined but we don't know how to handle it. Do no filtering based
314 * Filters out instances that don't match the BYSETPOS clause of a monthly recurrence rule.
362 * Now walk through the BYSETPOS list and see if the instance is equal to any of the
366 int index = r.bysetpos[i]
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 52 /* int[] bysetpos */ null,
73 /* int[] bysetpos */ null,
94 /* int[] bysetpos */ null,
115 /* int[] bysetpos */ null,
136 /* int[] bysetpos */ null,
157 /* int[] bysetpos */ null,
178 /* int[] bysetpos */ null,
200 /* int[] bysetpos */ null,
222 /* int[] bysetpos */ null,
244 /* int[] bysetpos */ null
    [all...]

Completed in 1644 milliseconds