HomeSort by relevance Sort by last modified time
    Searched defs:yearStart (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
islamcal.cpp 195 int32_t IslamicCalendar::yearStart(int32_t year) {
401 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 );
persncal.cpp 274 int32_t PersianCalendar::yearStart(int32_t year) {

Completed in 84 milliseconds