HomeSort by relevance Sort by last modified time
    Searched full:bymonth (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
EventRecurrenceTest.java 51 /* int[] bymonth */ null,
72 /* int[] bymonth */ null,
93 /* int[] bymonth */ null,
114 /* int[] bymonth */ null,
135 /* int[] bymonth */ null,
156 /* int[] bymonth */ null,
177 /* int[] bymonth */ null,
199 /* int[] bymonth */ null,
221 /* int[] bymonth */ null,
243 /* int[] bymonth */ null
    [all...]
RRuleTest.java 177 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;INTERVAL=2;BYMONTH=1;BYDAY=SU", "19970105", 8, "19970105,19970112,19970119,19970126," + "19990103,19990110,19990117,19990124,...");
190 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10", "19970105", 5, "19971026,19981025,19991031,20001029,20011028,...");
197 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4", "19970105", 5, "19970406,19980405,19990404,20000402,20010401,...");
204 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=19980404T150000Z", "19970105", 5, "19970406");
329 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;COUNT=10;BYMONTH=6,7", "19970610", 10, "19970610,19970710,19980610,19980710,19990610," + "19990710,20000610,20000710,20010610,20010710");
334 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;INTERVAL=2;COUNT=10;BYMONTH=1,2,3", "19970310", 10, "19970310,19990110,19990210,19990310,20010110," + "20010210,20010310,20030110,20030210,20030310");
360 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=TH", "19970313", 11, "19970313,19970320,19970327,19980305,19980312," + "19980319,19980326,19990304,19990311,19990318," + "19990325,...");
367 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;BYDAY=TH;BYMONTH=6,7,8", "19970605", 39, "19970605,19970612,19970619,19970626,19970703," + "19970710,19970717,19970724,19970731,19970807," + "19970814,19970821,19970828,19980604,19980611," + "19980618,19980625,19980702,19980709,19980716," + "19980723,19980730,19980806,19980813,19980820," + "19980827,19990603,19990610,19990617,19990624," + "19990701,19990708,19990715,19990722,19990729," + "19990805,19990812,19990819,19990826,...");
385 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;INTERVAL=4;BYMONTH=11;BYDAY=TU;BYMONTHDAY=2,3,4,\n" + " 5,6,7,8", "19961105", 3, "19961105,20001107,20041102,...");
447 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;COUNT=4;BYDAY=TU,SU;" + "BYMONTHDAY=13,14,15,16,17,18,19,20;BYMONTH=8", "19970605", 8, "19970817,19970819,19980816,19980818")
    [all...]
RecurrenceProcessorTest.java     [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 73 public int[] bymonth; field in class:EventRecurrence
93 sParsePartMap.put("BYMONTH", new ParseByMonth());
390 appendNumbers(s, ";BYMONTH=", this.bymonthCount, this.bymonth);
493 arraysEqual(bymonth, bymonthCount, er.bymonth, er.bymonthCount) &&
548 * ( ";" "BYMONTH" "=" bymolist ) /
558 * FREQ=YEARLY;INTERVAL=4;BYMONTH=11;BYDAY=TU;BYMONTHDAY=2,3,4,5,6,7,8
878 /** parses BYMONTH=bymolist */
881 int[] bymonth = parseNumberList(value, 1, 12, false) local
    [all...]
RecurrenceProcessor.java 201 // BYMONTH
203 found = listContains(r.bymonth, r.bymonthCount,
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 62 static const UChar ICAL_BYMONTH[] = {0x42, 0x59, 0x4D, 0x4F, 0x4E, 0x54, 0x48, 0}; /* "BYMONTH" */
373 * month calculated by BYMONTH-1, or -1 when not found
431 // Note: BYMONTH may contain multiple months, but only single month make sense for
555 // BYMONTH and BYDAY must be set at the same time
588 // Check if BYMONTH + BYMONTHDAY + BYDAY rule with multiple RRULE lines.
628 // Check if BYMONTH + BYMONTHDAY + BYDAY rule
686 // If BYMONTH is not set, use the month of DTSTART
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 426 return "FREQ=YEARLY;BYMONTH=" + month + ";BYDAY=" + week +
429 return "FREQ=YEARLY;BYMONTH=" + month + ";BYMONTHDAY=" + date;
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 216 milliseconds