Home | History | Annotate | Download | only in intltest

Lines Matching refs:dow

372     int32_t dow  = testCal->get(UCAL_DAY_OF_WEEK, status);
376 dow = UCAL_SUNDAY + ((dow - UCAL_SUNDAY + 6) % 7);
381 dow = UCAL_SUNDAY + ((dow - UCAL_SUNDAY + 1) % 7);
388 (uint8_t)dow,