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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1010 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); local
1011 if (actWOY < 1 || actWOY > 53) {
1013 //calWOY = String.valueOf(actWOY);
1017 output = output + "\t" + actWOY;
2009 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); local
2010 if (expWOY == actWOY) {
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp1010 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status); local
1011 if (actWOY < 1 || actWOY > 53) {
1013 //calWOY = String.valueOf(actWOY);
1017 output = output + "\t" + actWOY;
2009 int32_t actWOY = cal.get(UCAL_WEEK_OF_YEAR, status); local
2010 if (expWOY == actWOY) {

Completed in 112 milliseconds