Home | History | Annotate | Download | only in intltest

Lines Matching refs:maxWeeks

2887     int32_t maxWeeks = gc->getActualMaximum(UCAL_WEEK_OF_YEAR, status);
2895 if (maxWeeks != 53) {
2896 errln((UnicodeString)"FAIL: Max week in 2009 in ISO calendar is 53, but got " + maxWeeks);