Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dincaltst.cpp819 int32_t computedDay = cal->get(UCAL_DATE, status); in TestPersian() local
823 (persDay != computedDay)) { in TestPersian()
825 " but got " + computedYear + "/" + (computedMonth+1) + "/" + computedDay); in TestPersian()