Home | History | Annotate | Download | only in intltest

Lines Matching refs:actWOY

1010                     int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status);
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);
2010 if (expWOY == actWOY) {