Home | History | Annotate | Download | only in intltest

Lines Matching full:week

500  * Test the handling of the day of the week, checking for correctness and
529 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
530 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
631 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
637 verify765("1997 Tuesday in week 5 of June = ", c, 1997, UCAL_JULY, 1);
647 verify765("1997 Tuesday in week 0 of June = ", status);
663 verify765("1997 Tuesday in week 1 of yearWOY = ", c, 1996, UCAL_DECEMBER, 31);
669 verify765("1997 Tuesday in week 1 of year = ", c, 1997, UCAL_DECEMBER, 30);
674 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4);
677 // {sfb} week 0 is no longer a valid week of year
683 verify765("1997 Tuesday in week 0 of year = ", c, 1996, Calendar::DECEMBER, 24);*/
1287 * Test that the days of the week progress properly when add is called repeatedly
1483 //logln((UnicodeString)"Parsed week of year is "+tstres->get(UCAL_WEEK_OF_YEAR, errorCode));
1543 errln(UnicodeString("Day of week should be ") + expectedDOW + " instead of " + newDOW +
1789 // Roll the DOW_LOCAL within week 52