Home
last modified time | relevance | path

Searched refs:firstDay (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DCalendarTest.java435 int firstDay = cal.getFirstDayOfWeek(); in testSetFirstDayOfWeek() local
436 cal.setFirstDayOfWeek(firstDay+1); in testSetFirstDayOfWeek()
437 assertEquals(firstDay+1, cal.getFirstDayOfWeek()); in testSetFirstDayOfWeek()
454 int firstDay = cal.getMinimalDaysInFirstWeek(); in testSetMinimalDaysInFirstWeek() local
455 cal.setMinimalDaysInFirstWeek(firstDay+1); in testSetMinimalDaysInFirstWeek()
456 assertEquals(firstDay+1, cal.getMinimalDaysInFirstWeek()); in testSetMinimalDaysInFirstWeek()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java862 int firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local
870 firstDay = days[i] < firstDay ? days[i] : firstDay; in createRuleByRRULE()
876 if (days[j] == firstDay + i) { in createRuleByRRULE()
887 dayOfMonth = firstDay; in createRuleByRRULE()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java893 int firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local
901 firstDay = days[i] < firstDay ? days[i] : firstDay; in createRuleByRRULE()
907 if (days[j] == firstDay + i) { in createRuleByRRULE()
918 dayOfMonth = firstDay; in createRuleByRRULE()
/external/cldr/tools/c/genldml/resources/
Droot.txt228 firstDay {
229 "{0}<firstDay day=\"{1}\"/>\n"
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java608 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java611 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()
/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_supplemental.txt77 //supplementalData/weekData/firstDay[@day="(%W)"][@territories="(%W)"]([@references="(%A)"])?[@alt=…
79 //supplementalData/weekData/firstDay[@day="(%W)"][@territories="(%W)"] ; /weekData/$2:intvector …
/external/icu/icu4c/source/i18n/
Dvtzone.cpp560 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local
568 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()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1004 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local
1007 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()
1008 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()
1010 firstDay + in test4103271()
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt405 //supplementalData/weekData/firstDay[@day="%A"]/_territories ; Supplemental ; WeekData ; firstDay
406 //supplementalData/weekData/firstDay[@day="%A"][@alt="%A"]/_territories ; Supplemental ; WeekData…
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2706firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"… property