Searched refs:yearStart (Results 1 – 9 of 9) sorted by relevance
1005 var yearStart = new Date();1006 yearStart.setMonth(0);1007 yearStart.setDate(0);1009 if (this.range_.start >= yearStart.getTime())
177 int32_t yearStart(int32_t year);
242 int32_t yearStart(int32_t year);
195 int32_t IslamicCalendar::yearStart(int32_t year) { in yearStart() function in IslamicCalendar401 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 ); in handleComputeFields()
274 int32_t PersianCalendar::yearStart(int32_t year) { in yearStart() function in PersianCalendar
198 int32_t IslamicCalendar::yearStart(int32_t year) { in yearStart() function in IslamicCalendar404 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 ); in handleComputeFields()
119 int32_t PersianCalendar::yearStart(int32_t year) { in yearStart() function in PersianCalendar