Searched refs:actWOY (Results 1 – 3 of 3) sorted by relevance
615 int actWOY = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local616 if (actWOY < 1 || actWOY > 53) { in Test4103271()618 calWOY = String.valueOf(actWOY); in Test4103271()1542 int actWOY = cal.get(Calendar.WEEK_OF_YEAR);1543 if (expWOY == actWOY) {
616 int actWOY = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local617 if (actWOY < 1 || actWOY > 53) { in Test4103271()619 calWOY = String.valueOf(actWOY); in Test4103271()1543 int actWOY = cal.get(Calendar.WEEK_OF_YEAR);1544 if (expWOY == actWOY) {
1012 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local1013 if (actWOY < 1 || actWOY > 53) { in test4103271()1019 output = output + "\t" + actWOY; in test4103271()2011 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); in Test4197699() local2012 if (expWOY == actWOY) { in Test4197699()