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/
Dislamcal.cpp308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1); in yearStart()
310 ys+= handleGetYearLength(i); in yearStart()
461 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
573 if(d == handleGetYearLength(y)){ in handleComputeFields()
576 }else if(d < handleGetYearLength(y) ){ in handleComputeFields()
Dindiancal.h216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dpersncal.h210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dislamcal.h308 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
Dcalendar.cpp1460 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
1464 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields()
2580 validateField(field, 1, handleGetYearLength(y), status); in validateField()
3324 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar
3353 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
/external/icu/icu4c/source/i18n/
Dislamcal.cpp308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1); in yearStart()
310 ys+= handleGetYearLength(i); in yearStart()
461 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
573 if(d == handleGetYearLength(y)){ in handleComputeFields()
576 }else if(d < handleGetYearLength(y) ){ in handleComputeFields()
Dpersncal.h210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dindiancal.h216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dislamcal.h308 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
Dcalendar.cpp1589 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
1593 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields()
2729 validateField(field, 1, handleGetYearLength(y), status); in validateField()
3485 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar
3514 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.h1683 virtual int32_t handleGetYearLength(int32_t eyear) const;
/external/icu/icu4c/source/i18n/unicode/
Dgregocal.h537 virtual int32_t handleGetYearLength(int32_t eyear) const;
Dcalendar.h1683 virtual int32_t handleGetYearLength(int32_t eyear) const;