Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dcalregts.cpp964 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local
965 if (actWOY < 1 || actWOY > 53) { in test4103271()
971 output = output + "\t" + actWOY; in test4103271()
1955 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); in Test4197699() local
1956 if (expWOY == actWOY) { in Test4197699()
/external/icu4c/test/intltest/
Dcalregts.cpp1009 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); in test4103271() local
1010 if (actWOY < 1 || actWOY > 53) { in test4103271()
1016 output = output + "\t" + actWOY; in test4103271()
2008 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); in Test4197699() local
2009 if (expWOY == actWOY) { in Test4197699()