Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dincaltst.cpp818 int32_t computedMonth = cal->get(UCAL_MONTH, status); in TestPersian() local
822 (persMonth != computedMonth) || in TestPersian()
825 " but got " + computedYear + "/" + (computedMonth+1) + "/" + computedDay); in TestPersian()