Home
last modified time | relevance | path

Searched refs:actWOY (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
Dcalregts.cpp932 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local
933 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() local
1924 if (expWOY == actWOY) { in Test4197699()