Searched refs:firstDay (Results 1 – 11 of 11) sorted by relevance
435 int firstDay = cal.getFirstDayOfWeek(); in testSetFirstDayOfWeek() local436 cal.setFirstDayOfWeek(firstDay+1); in testSetFirstDayOfWeek()437 assertEquals(firstDay+1, cal.getFirstDayOfWeek()); in testSetFirstDayOfWeek()454 int firstDay = cal.getMinimalDaysInFirstWeek(); in testSetMinimalDaysInFirstWeek() local455 cal.setMinimalDaysInFirstWeek(firstDay+1); in testSetMinimalDaysInFirstWeek()456 assertEquals(firstDay+1, cal.getMinimalDaysInFirstWeek()); in testSetMinimalDaysInFirstWeek()
862 int firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local870 firstDay = days[i] < firstDay ? days[i] : firstDay; in createRuleByRRULE()876 if (days[j] == firstDay + i) { in createRuleByRRULE()887 dayOfMonth = firstDay; in createRuleByRRULE()
893 int firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local901 firstDay = days[i] < firstDay ? days[i] : firstDay; in createRuleByRRULE()907 if (days[j] == firstDay + i) { in createRuleByRRULE()918 dayOfMonth = firstDay; in createRuleByRRULE()
228 firstDay {229 "{0}<firstDay day=\"{1}\"/>\n"
608 for (int firstDay=1; firstDay<=2; firstDay++) { in Test4103271()611 testCal.setFirstDayOfWeek(firstDay); in Test4103271()612 testDesc = ("Test" + String.valueOf(firstDay) + String.valueOf(minDays)); in Test4103271()614 String.valueOf(firstDay) + in Test4103271()
611 for (int firstDay=1; firstDay<=2; firstDay++) { in Test4103271()614 testCal.setFirstDayOfWeek(firstDay); in Test4103271()615 testDesc = ("Test" + String.valueOf(firstDay) + String.valueOf(minDays)); in Test4103271()617 String.valueOf(firstDay) + in Test4103271()
77 //supplementalData/weekData/firstDay[@day="(%W)"][@territories="(%W)"]([@references="(%A)"])?[@alt=…79 //supplementalData/weekData/firstDay[@day="(%W)"][@territories="(%W)"] ; /weekData/$2:intvector …
560 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local568 if (days[i] < firstDay) { in createRuleByRRULE()569 firstDay = days[i]; in createRuleByRRULE()576 if (days[j] == firstDay + i) { in createRuleByRRULE()587 dayOfMonth = firstDay; in createRuleByRRULE()
1004 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local1007 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()1008 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()1010 firstDay + in test4103271()
405 //supplementalData/weekData/firstDay[@day="%A"]/_territories ; Supplemental ; WeekData ; firstDay…406 //supplementalData/weekData/firstDay[@day="%A"][@alt="%A"]/_territories ; Supplemental ; WeekData…
2706 …firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"… property