Searched refs:monthStart (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/i18n/ |
D | islamcal.cpp | 213 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar 360 return monthStart(eyear, month) + 1948439; in handleComputeMonthStart() 406 startDate = monthStart(year, month); in handleComputeFields() 434 dayOfMonth = (days - monthStart(year, month)) + 1; in handleComputeFields() 437 dayOfYear = (days - monthStart(year, 0) + 1); in handleComputeFields()
|
D | persncal.h | 186 int32_t monthStart(int32_t year, int32_t month) const;
|
D | islamcal.h | 251 int32_t monthStart(int32_t year, int32_t month) const;
|
D | persncal.cpp | 130 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | islamcal.cpp | 210 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar 357 return monthStart(eyear, month) + 1948439; in handleComputeMonthStart() 403 startDate = monthStart(year, month); in handleComputeFields() 431 dayOfMonth = (days - monthStart(year, month)) + 1; in handleComputeFields() 434 dayOfYear = (days - monthStart(year, 0) + 1); in handleComputeFields()
|
D | persncal.h | 186 int32_t monthStart(int32_t year, int32_t month) const;
|
D | islamcal.h | 251 int32_t monthStart(int32_t year, int32_t month) const;
|
D | persncal.cpp | 285 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
|