Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/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.cpp339 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
Dcalendar.cpp1391 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
1395 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields()
2394 validateField(field, 1, handleGetYearLength(y), status); in validateField()
3032 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar
3059 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
/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.cpp157 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.cpp342 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
Dcalendar.cpp1458 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
1462 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields()
2573 validateField(field, 1, handleGetYearLength(y), status); in validateField()
3317 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar
3346 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dgregocal.h537 virtual int32_t handleGetYearLength(int32_t eyear) const;
Dcalendar.h1491 virtual int32_t handleGetYearLength(int32_t eyear) const;
/external/icu4c/i18n/unicode/
Dgregocal.h537 virtual int32_t handleGetYearLength(int32_t eyear) const;
Dcalendar.h1682 virtual int32_t handleGetYearLength(int32_t eyear) const;