Searched refs:actWOY (Results 1 – 3 of 3) sorted by relevance
625 int actWOY = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local626 if (actWOY < 1 || actWOY > 53) { in Test4103271()628 calWOY = String.valueOf(actWOY); in Test4103271()1552 int actWOY = cal.get(Calendar.WEEK_OF_YEAR);1553 if (expWOY == actWOY) {
622 int actWOY = testCal.get(Calendar.WEEK_OF_YEAR); in Test4103271() local623 if (actWOY < 1 || actWOY > 53) { in Test4103271()625 calWOY = String.valueOf(actWOY); in Test4103271()1549 int actWOY = cal.get(Calendar.WEEK_OF_YEAR);1550 if (expWOY == actWOY) {
1019 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local1020 if (actWOY < 1 || actWOY > 53) { in test4103271()1026 output = output + "\t" + actWOY; in test4103271()2048 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); in Test4197699() local2049 if (expWOY == actWOY) { in Test4197699()