Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dislamcal.cpp305 return trueMonthStart(12*(year-1)); in yearStart()
328 return trueMonthStart(12*(year-1) + month); in monthStart()
346 int32_t IslamicCalendar::trueMonthStart(int32_t month) const in trueMonthStart() function in IslamicCalendar
450 length = trueMonthStart(month+1) - trueMonthStart(month) ; in handleGetMonthLength()
467 return (trueMonthStart(month + 12) - trueMonthStart(month)); in handleGetYearLength()
552 while ((startDate = trueMonthStart(months)) > days) { in handleComputeFields()
Dislamcal.h262 int32_t trueMonthStart(int32_t month) const;
/external/icu/icu4c/source/i18n/
Dislamcal.cpp305 return trueMonthStart(12*(year-1)); in yearStart()
328 return trueMonthStart(12*(year-1) + month); in monthStart()
346 int32_t IslamicCalendar::trueMonthStart(int32_t month) const in trueMonthStart() function in IslamicCalendar
450 length = trueMonthStart(month+1) - trueMonthStart(month) ; in handleGetMonthLength()
467 return (trueMonthStart(month + 12) - trueMonthStart(month)); in handleGetYearLength()
552 while ((startDate = trueMonthStart(months)) > days) { in handleComputeFields()
Dislamcal.h262 int32_t trueMonthStart(int32_t month) const;