Home
last modified time | relevance | path

Searched refs:handleGetYearLength (Results 1 – 12 of 12) sorted by relevance

/external/icu4c/i18n/
Dindiancal.h216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dpersncal.h210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dislamcal.h307 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dhebrwcal.h322 virtual int32_t handleGetYearLength(int32_t eyear) const;
Dhebrwcal.cpp443 int32_t yearLength = handleGetYearLength(year); in yearType()
527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in HebrewCalendar
Dgregocal.cpp587 int32_t GregorianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in GregorianCalendar
874 isoDoy += handleGetYearLength(isoYear); in roll()
878 isoDoy -= handleGetYearLength(isoYear - 1); in roll()
890 int32_t lastDoy = handleGetYearLength(isoYear); in roll()
Dpersncal.cpp306 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in PersianCalendar
Dindiancal.cpp132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in IndianCalendar
Dislamcal.cpp343 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
Dcalendar.cpp1412 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
1416 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields()
2417 validateField(field, 1, handleGetYearLength(y), status); in validateField()
3055 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar
3084 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
/external/icu4c/i18n/unicode/
Dgregocal.h529 virtual int32_t handleGetYearLength(int32_t eyear) const;
Dcalendar.h1491 virtual int32_t handleGetYearLength(int32_t eyear) const;