Home
last modified time | relevance | path

Searched refs:t_dow (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
Dcaltest.cpp1673 int32_t t_y, t_woy, t_dow; in TestWOY() local
1704 t_dow = cal.get(UCAL_DAY_OF_WEEK, status); in TestWOY()
1706 if (t_y != year || t_woy != woy || t_dow != dow) { in TestWOY()
1712 t_y, year, t_woy, woy, t_dow, dow); in TestWOY()
1726 t_dow = cal.get(UCAL_DOW_LOCAL, status); in TestWOY()
1728 if (t_y != year || t_woy != woy || t_dow != dowLocal) { in TestWOY()