Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp1843 int32_t t_y, t_woy, t_dow; in TestWOY() local
1874 t_dow = cal.get(UCAL_DAY_OF_WEEK, status); in TestWOY()
1876 if (t_y != year || t_woy != woy || t_dow != dow) { in TestWOY()
1882 t_y, year, t_woy, woy, t_dow, dow); in TestWOY()
1896 t_dow = cal.get(UCAL_DOW_LOCAL, status); in TestWOY()
1898 if (t_y != year || t_woy != woy || t_dow != dowLocal) { in TestWOY()