Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dpersncal.h177 int32_t yearStart(int32_t year);
Dislamcal.cpp191 int32_t IslamicCalendar::yearStart(int32_t year) { in yearStart() function in IslamicCalendar
382 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 ); in handleComputeFields()
Dislamcal.h242 int32_t yearStart(int32_t year);
Dpersncal.cpp268 int32_t PersianCalendar::yearStart(int32_t year) { in yearStart() function in PersianCalendar