/external/icu4c/test/intltest/ |
D | tzregts.cpp | 133 z->setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status); in Test4073215() 135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status); in Test4073215() 212 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (2*60*60*1000), status); in Test4084933() 214 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (2*60*60*1000)-1, status); in Test4084933() 217 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (1*60*60*1000), status); in Test4084933() 219 1997, UCAL_OCTOBER, 26, UCAL_SUNDAY, (1*60*60*1000)-1, status); in Test4084933() 226 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (2*60*60*1000), status); in Test4084933() 228 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (2*60*60*1000)-1, status); in Test4084933() 230 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (3*60*60*1000), status); in Test4084933() 232 1997, UCAL_APRIL, 6, UCAL_SUNDAY, (3*60*60*1000)-1, status); in Test4084933() [all …]
|
D | tzoffloc.cpp | 134 UCAL_APRIL, 1, UCAL_SUNDAY, 2*HOUR, in TestGetOffsetAroundTransition() 135 UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*HOUR, status); in TestGetOffsetAroundTransition() 152 dtr = new DateTimeRule(UCAL_APRIL, 1, UCAL_SUNDAY, in TestGetOffsetAroundTransition() 163 dtr = new DateTimeRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, in TestGetOffsetAroundTransition() 207 UCAL_SUNDAY, DATES[d][5], status); in TestGetOffsetAroundTransition()
|
D | tzrulets.cpp | 156 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME, in TestSimpleRuleBasedTimeZone() 182 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY, in TestSimpleRuleBasedTimeZone() 205 dtr = new DateTimeRule(UCAL_FEBRUARY, 8, UCAL_SUNDAY, true, in TestSimpleRuleBasedTimeZone() 226 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY, in TestSimpleRuleBasedTimeZone() 444 dtr = new DateTimeRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, in TestHistoricalRuleBasedTimeZone() 452 dtr = new DateTimeRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, in TestHistoricalRuleBasedTimeZone() 461 dtr = new DateTimeRule(UCAL_APRIL, -1, UCAL_SUNDAY, in TestHistoricalRuleBasedTimeZone() 485 dtr = new DateTimeRule(UCAL_APRIL, -1, UCAL_SUNDAY, in TestHistoricalRuleBasedTimeZone() 493 dtr = new DateTimeRule(UCAL_APRIL, 1, UCAL_SUNDAY, in TestHistoricalRuleBasedTimeZone() 501 dtr = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY, in TestHistoricalRuleBasedTimeZone() [all …]
|
D | calregts.cpp | 330 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996() 331 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996() 527 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY) in test4070502() 549 if (wd == UCAL_SATURDAY || wd == UCAL_SUNDAY) { in getAssociatedDate() 588 if (min != UCAL_SUNDAY || max != UCAL_SATURDAY) in dowTest() 592 if (dow != UCAL_SUNDAY) in dowTest() 1033 testCal->setFirstDayOfWeek(UCAL_SUNDAY); in test4103271() 1056 testCal->set(UCAL_DAY_OF_WEEK, (i%7) + UCAL_SUNDAY); in test4103271() 1072 1997, 1998, 1, UCAL_SUNDAY, in test4103271() 1086 testCal->setFirstDayOfWeek(UCAL_SUNDAY); in test4103271() [all …]
|
D | dtfmrgts.cpp | 1310 new Test1684Data(2001, 8, 5,/*12,*/ 2001,8,2,UCAL_SUNDAY, "2001 08 02 Sun", NULL), in Test1684() 1313 new Test1684Data(2001, 8, 5, 2001,7,6,UCAL_SUNDAY, "2001 07 06 Sun", "2001 08 02 Sun"), in Test1684() 1316 …new Test1684Data(2001, 7,29, /*8, 5,*/ 2001,8,1,UCAL_SUNDAY, "2001 08 01 Sun", "2001 07 05 Su… in Test1684() 1323 …new Test1684Data(2001,12,30, /*2002, 1, 6,*/ 2002,1,1,UCAL_SUNDAY, "2002 01 01 Sun", "2001 12… in Test1684() 1344 cal->setFirstDayOfWeek(UCAL_SUNDAY); in Test1684()
|
D | tztest.cpp | 1621 UCAL_SUNDAY, 10 * millisPerHour,status); in TestAlternateRules() 1632 UCAL_SUNDAY, 10 * millisPerHour,status); in TestAlternateRules() 1853 UCAL_NOVEMBER, 1, UCAL_SUNDAY, // start: November, first, Sunday in TestFebruary() 1855 UCAL_FEBRUARY, -1, UCAL_SUNDAY, // end: February, last, Sunday in TestFebruary() 1868 UCAL_NOVEMBER, 1, -UCAL_SUNDAY, // start: November, 1 or after, Sunday in TestFebruary() 1870 UCAL_FEBRUARY, -29, -UCAL_SUNDAY,// end: February, 29 or before, Sunday in TestFebruary()
|
D | calcasts.cpp | 109 enum { SUN=UCAL_SUNDAY,
|
D | caltest.cpp | 407 for (i=UCAL_SUNDAY; i<=UCAL_SATURDAY; ++i) in TestGenericAPI() 666 … if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow); in dowTest() 667 if (min != UCAL_SUNDAY || in dowTest() 1964 cal.setFirstDayOfWeek(UCAL_SUNDAY); in TestYWOY()
|
D | tzbdtest.cpp | 436 …L, 14, - UCAL_WEDNESDAY, 2 *(int32_t)ONE_HOUR, UCAL_SEPTEMBER, - 20, - UCAL_SUNDAY, 2 * (int32_t)O… in TestNewRules()
|
/external/icu4c/i18n/ |
D | gregoimp.cpp | 121 dow += (dow < 0) ? (UCAL_SUNDAY + 7) : UCAL_SUNDAY; in dayToFields()
|
D | calendar.cpp | 1360 uint8_t result = (uint8_t)(dayOfWeek + ((dayOfWeek < 0) ? (7+UCAL_SUNDAY ) : UCAL_SUNDAY)); in julianDayToDayOfWeek() 2242 value >= UCAL_SUNDAY && value <= UCAL_SATURDAY) { in setFirstDayOfWeek() 2297 if (dayOfWeek < UCAL_SUNDAY || dayOfWeek > UCAL_SATURDAY) { in getDayOfWeekType() 3425 if (dow < UCAL_SUNDAY) { in prepareGetActual() 3515 fFirstDayOfWeek = UCAL_SUNDAY; in setWeekData() 3519 fWeekendCease = UCAL_SUNDAY; in setWeekData()
|
D | olsontz.cpp | 359 || dow < UCAL_SUNDAY in getOffset()
|
D | simpletz.cpp | 450 || dayOfWeek < UCAL_SUNDAY in getOffset()
|
D | vtzone.cpp | 856 if (dow < UCAL_SUNDAY) { in toWallTimeRule() 859 dow = UCAL_SUNDAY; in toWallTimeRule()
|
/external/icu4c/i18n/unicode/ |
D | ucal.h | 455 UCAL_SUNDAY = 1, enumerator
|
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 1102 …if ( (min != UCAL_SUNDAY || max != UCAL_SATURDAY ) && (min > val && val > max) && (val != UCAL_FR… in TestGetLimits() 1682 { UCAL_SUNDAY, UCAL_WEEKEND_CEASE, 86400000 },
|