Searched refs:actWOY (Results 1 – 1 of 1) sorted by relevance
932 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local933 if (actWOY < 1 || actWOY > 53) { in test4103271()939 output = output + "\t" + actWOY; in test4103271()1923 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); in Test4197699() local1924 if (expWOY == actWOY) { in Test4197699()