Searched refs:UCAL_SUNDAY (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp133 z->setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status);
135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
212 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (2*60*60*1000), status);
214 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (2*60*60*1000)-1, status);
217 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (1*60*60*1000), status);
219 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (1*60*60*1000)-1, status);
226 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (2*60*60*1000), status);
228 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (2*60*60*1000)-1, status);
230 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (3*60*60*1000), status);
232 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (
[all...]
H A Dtzoffloc.cpp134 UCAL_APRIL, 1, UCAL_SUNDAY, 2*HOUR,
135 UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*HOUR, status);
152 dtr = new DateTimeRule(UCAL_APRIL, 1, UCAL_SUNDAY,
163 dtr = new DateTimeRule(UCAL_OCTOBER, -1, UCAL_SUNDAY,
207 UCAL_SUNDAY, DATES[d][5], status);
H A Dtzrulets.cpp156 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
182 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY,
205 dtr = new DateTimeRule(UCAL_FEBRUARY, 8, UCAL_SUNDAY, true,
226 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY,
444 dtr = new DateTimeRule(UCAL_OCTOBER, -1, UCAL_SUNDAY,
452 dtr = new DateTimeRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY,
461 dtr = new DateTimeRule(UCAL_APRIL, -1, UCAL_SUNDAY,
485 dtr = new DateTimeRule(UCAL_APRIL, -1, UCAL_SUNDAY,
493 dtr = new DateTimeRule(UCAL_APRIL, 1, UCAL_SUNDAY,
501 dtr = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY,
[all...]
H A Dcalregts.cpp331 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
528 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY)
550 if (wd == UCAL_SATURDAY || wd == UCAL_SUNDAY) {
589 if (min != UCAL_SUNDAY || max != UCAL_SATURDAY)
593 if (dow != UCAL_SUNDAY)
1034 testCal->setFirstDayOfWeek(UCAL_SUNDAY);
1057 testCal->set(UCAL_DAY_OF_WEEK, (i%7) + UCAL_SUNDAY);
1073 1997, 1998, 1, UCAL_SUNDAY,
1087 testCal->setFirstDayOfWeek(UCAL_SUNDAY);
[all...]
H A Ddtfmrgts.cpp1310 new Test1684Data(2001, 8, 5,/*12,*/ 2001,8,2,UCAL_SUNDAY, "2001 08 02 Sun", NULL),
1313 new Test1684Data(2001, 8, 5, 2001,7,6,UCAL_SUNDAY, "2001 07 06 Sun", "2001 08 02 Sun"),
1316 new Test1684Data(2001, 7,29, /*8, 5,*/ 2001,8,1,UCAL_SUNDAY, "2001 08 01 Sun", "2001 07 05 Sun"),
1323 new Test1684Data(2001,12,30, /*2002, 1, 6,*/ 2002,1,1,UCAL_SUNDAY, "2002 01 01 Sun", "2001 12 06 Sun")
1344 cal->setFirstDayOfWeek(UCAL_SUNDAY);
H A Dtztest.cpp1623 UCAL_SUNDAY, 10 * millisPerHour,status);
1634 UCAL_SUNDAY, 10 * millisPerHour,status);
1855 UCAL_NOVEMBER, 1, UCAL_SUNDAY, // start: November, first, Sunday
1857 UCAL_FEBRUARY, -1, UCAL_SUNDAY, // end: February, last, Sunday
1870 UCAL_NOVEMBER, 1, -UCAL_SUNDAY, // start: November, 1 or after, Sunday
1872 UCAL_FEBRUARY, -29, -UCAL_SUNDAY,// end: February, 29 or before, Sunday
H A Dcalcasts.cpp109 enum { SUN=UCAL_SUNDAY,
H A Dtzbdtest.cpp436 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_2", UCAL_APRIL, 14, - UCAL_WEDNESDAY, 2 *(int32_t)ONE_HOUR, UCAL_SEPTEMBER, - 20, - UCAL_SUNDAY, 2 * (int32_t)ONE_HOUR, status);
H A Dcaltest.cpp426 for (i=UCAL_SUNDAY; i<=UCAL_SATURDAY; ++i)
685 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
686 if (min != UCAL_SUNDAY ||
1983 cal.setFirstDayOfWeek(UCAL_SUNDAY);
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp133 z->setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status);
135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
212 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (2*60*60*1000), status);
214 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (2*60*60*1000)-1, status);
217 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (1*60*60*1000), status);
219 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (1*60*60*1000)-1, status);
226 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (2*60*60*1000), status);
228 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (2*60*60*1000)-1, status);
230 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (3*60*60*1000), status);
232 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (
[all...]
H A Dtzoffloc.cpp134 UCAL_APRIL, 1, UCAL_SUNDAY, 2*HOUR,
135 UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*HOUR, status);
152 dtr = new DateTimeRule(UCAL_APRIL, 1, UCAL_SUNDAY,
163 dtr = new DateTimeRule(UCAL_OCTOBER, -1, UCAL_SUNDAY,
207 UCAL_SUNDAY, DATES[d][5], status);
H A Dtzrulets.cpp154 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
180 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY,
203 dtr = new DateTimeRule(UCAL_FEBRUARY, 8, UCAL_SUNDAY, true,
224 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY,
442 dtr = new DateTimeRule(UCAL_OCTOBER, -1, UCAL_SUNDAY,
450 dtr = new DateTimeRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY,
459 dtr = new DateTimeRule(UCAL_APRIL, -1, UCAL_SUNDAY,
483 dtr = new DateTimeRule(UCAL_APRIL, -1, UCAL_SUNDAY,
491 dtr = new DateTimeRule(UCAL_APRIL, 1, UCAL_SUNDAY,
499 dtr = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY,
[all...]
H A Dcalregts.cpp331 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
528 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY)
550 if (wd == UCAL_SATURDAY || wd == UCAL_SUNDAY) {
589 if (min != UCAL_SUNDAY || max != UCAL_SATURDAY)
593 if (dow != UCAL_SUNDAY)
1034 testCal->setFirstDayOfWeek(UCAL_SUNDAY);
1057 testCal->set(UCAL_DAY_OF_WEEK, (i%7) + UCAL_SUNDAY);
1073 1997, 1998, 1, UCAL_SUNDAY,
1087 testCal->setFirstDayOfWeek(UCAL_SUNDAY);
[all...]
H A Ddtfmrgts.cpp1313 new Test1684Data(2001, 8, 5,/*12,*/ 2001,8,2,UCAL_SUNDAY, "2001 08 02 Sun", NULL),
1316 new Test1684Data(2001, 8, 5, 2001,7,6,UCAL_SUNDAY, "2001 07 06 Sun", "2001 08 02 Sun"),
1319 new Test1684Data(2001, 7,29, /*8, 5,*/ 2001,8,1,UCAL_SUNDAY, "2001 08 01 Sun", "2001 07 05 Sun"),
1326 new Test1684Data(2001,12,30, /*2002, 1, 6,*/ 2002,1,1,UCAL_SUNDAY, "2002 01 01 Sun", "2001 12 06 Sun")
1347 cal->setFirstDayOfWeek(UCAL_SUNDAY);
H A Dtztest.cpp1614 UCAL_SUNDAY, 10 * millisPerHour,status);
1625 UCAL_SUNDAY, 10 * millisPerHour,status);
1846 UCAL_NOVEMBER, 1, UCAL_SUNDAY, // start: November, first, Sunday
1848 UCAL_FEBRUARY, -1, UCAL_SUNDAY, // end: February, last, Sunday
1861 UCAL_NOVEMBER, 1, -UCAL_SUNDAY, // start: November, 1 or after, Sunday
1863 UCAL_FEBRUARY, -29, -UCAL_SUNDAY,// end: February, 29 or before, Sunday
H A Dcalcasts.cpp109 enum { SUN=UCAL_SUNDAY,
H A Dtzbdtest.cpp436 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_2", UCAL_APRIL, 14, - UCAL_WEDNESDAY, 2 *(int32_t)ONE_HOUR, UCAL_SEPTEMBER, - 20, - UCAL_SUNDAY, 2 * (int32_t)ONE_HOUR, status);
H A Dcaltest.cpp447 for (i=UCAL_SUNDAY; i<=UCAL_SATURDAY; ++i)
706 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
707 if (min != UCAL_SUNDAY ||
2004 cal.setFirstDayOfWeek(UCAL_SUNDAY);
2985 for (int32_t d = UCAL_SUNDAY; d <= UCAL_SATURDAY; d++) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregoimp.cpp121 dow += (dow < 0) ? (UCAL_SUNDAY + 7) : UCAL_SUNDAY;
H A Dcalendar.cpp1368 uint8_t result = (uint8_t)(dayOfWeek + ((dayOfWeek < 0) ? (7+UCAL_SUNDAY ) : UCAL_SUNDAY));
2250 value >= UCAL_SUNDAY && value <= UCAL_SATURDAY) {
2305 if (dayOfWeek < UCAL_SUNDAY || dayOfWeek > UCAL_SATURDAY) {
3438 if (dow < UCAL_SUNDAY) {
3528 fFirstDayOfWeek = UCAL_SUNDAY;
3532 fWeekendCease = UCAL_SUNDAY;
/external/icu/icu4c/source/i18n/
H A Dgregoimp.cpp121 dow += (dow < 0) ? (UCAL_SUNDAY + 7) : UCAL_SUNDAY;
H A Dcalendar.cpp1497 uint8_t result = (uint8_t)(dayOfWeek + ((dayOfWeek < 0) ? (7+UCAL_SUNDAY ) : UCAL_SUNDAY));
2399 value >= UCAL_SUNDAY && value <= UCAL_SATURDAY) {
2454 if (dayOfWeek < UCAL_SUNDAY || dayOfWeek > UCAL_SATURDAY) {
3599 if (dow < UCAL_SUNDAY) {
3689 fFirstDayOfWeek = UCAL_SUNDAY;
3693 fWeekendCease = UCAL_SUNDAY;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp216 m_firstDayOfWeek = ucal_getAttribute(udat_getCalendar(m_shortDateFormat), UCAL_FIRST_DAY_OF_WEEK) - UCAL_SUNDAY;
218 m_weekDayShortLabels = createLabelVector(m_shortDateFormat, UDAT_SHORT_WEEKDAYS, UCAL_SUNDAY, 7);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h267 * @see #UCAL_SUNDAY
448 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., UCAL_SUNDAY.
455 UCAL_SUNDAY = 1, enumerator in enum:UCalendarDaysOfWeek
1379 * @param dayOfWeek The day of the week whose type is desired (UCAL_SUNDAY..UCAL_SATURDAY).
1397 * desired (UCAL_SUNDAY..UCAL_SATURDAY).
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h267 * @see #UCAL_SUNDAY
448 * this. For instance, in US locale, first-day-of-week is set to 1, i.e., UCAL_SUNDAY.
455 UCAL_SUNDAY = 1, enumerator in enum:UCalendarDaysOfWeek
1377 * @param dayOfWeek The day of the week whose type is desired (UCAL_SUNDAY..UCAL_SATURDAY).
1395 * desired (UCAL_SUNDAY..UCAL_SATURDAY).

Completed in 2843 milliseconds

12