Home | History | Annotate | Download | only in intltest

Lines Matching full:woy2

1542     int32_t woy2 = cal.get(UCAL_WEEK_OF_YEAR, status);
1545 if (ywy2 != (ywy+1) || woy2 != woy || dow2 != dow) {