Searched refs:t_dow (Results 1 – 1 of 1) sorted by relevance
1812 int32_t t_y, t_woy, t_dow; in TestWOY() local1843 t_dow = cal.get(UCAL_DAY_OF_WEEK, status); in TestWOY()1845 if (t_y != year || t_woy != woy || t_dow != dow) { in TestWOY()1851 t_y, year, t_woy, woy, t_dow, dow); in TestWOY()1865 t_dow = cal.get(UCAL_DOW_LOCAL, status); in TestWOY()1867 if (t_y != year || t_woy != woy || t_dow != dowLocal) { in TestWOY()