Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/performance_monitor/
Dchart.js1005 var yearStart = new Date();
1006 yearStart.setMonth(0);
1007 yearStart.setDate(0);
1009 if (this.range_.start >= yearStart.getTime())
/external/chromium_org/third_party/icu/source/i18n/
Dpersncal.h177 int32_t yearStart(int32_t year);
Dislamcal.h242 int32_t yearStart(int32_t year);
Dislamcal.cpp195 int32_t IslamicCalendar::yearStart(int32_t year) { in yearStart() function in IslamicCalendar
401 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 ); in handleComputeFields()
Dpersncal.cpp274 int32_t PersianCalendar::yearStart(int32_t year) { in yearStart() function in PersianCalendar
/external/icu4c/i18n/
Dpersncal.h177 int32_t yearStart(int32_t year);
Dislamcal.h242 int32_t yearStart(int32_t year);
Dislamcal.cpp198 int32_t IslamicCalendar::yearStart(int32_t year) { in yearStart() function in IslamicCalendar
404 month = (int32_t)uprv_ceil((days - 29 - yearStart(year)) / 29.5 ); in handleComputeFields()
Dpersncal.cpp119 int32_t PersianCalendar::yearStart(int32_t year) { in yearStart() function in PersianCalendar