Home
last modified time | relevance | path

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

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGregorianCalendar.java575 isoDoy += handleGetYearLength(isoYear); in roll()
579 isoDoy -= handleGetYearLength(isoYear - 1); in roll()
591 int lastDoy = handleGetYearLength(isoYear); in roll()
736 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in GregorianCalendar
DIslamicCalendar.java760 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IslamicCalendar
872 if(d == handleGetYearLength(y)) { in handleComputeFields()
875 } else if(d < handleGetYearLength(y) ) { in handleComputeFields()
DIndianCalendar.java327 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IndianCalendar
328 return super.handleGetYearLength(extendedYear); in handleGetYearLength()
DHebrewCalendar.java659 int yearLength = handleGetYearLength(year); in yearType()
746 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in HebrewCalendar
DPersianCalendar.java349 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in PersianCalendar
DCalendar.java2506 result = handleGetYearLength(cal.get(EXTENDED_YEAR)); in getActualMaximum()
5112 int prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
5116 int lastDoy = handleGetYearLength(eyear); in computeWeekFields()
5322 validateField(field, 1, handleGetYearLength(y)); in validateField()
5750 protected int handleGetYearLength(int eyear) {
/external/icu/android_icu4j/src/main/java/android/icu/util/
DGregorianCalendar.java555 isoDoy += handleGetYearLength(isoYear); in roll()
559 isoDoy -= handleGetYearLength(isoYear - 1); in roll()
571 int lastDoy = handleGetYearLength(isoYear); in roll()
712 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in GregorianCalendar
DIslamicCalendar.java735 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IslamicCalendar
844 if(d == handleGetYearLength(y)) { in handleComputeFields()
847 } else if(d < handleGetYearLength(y) ) { in handleComputeFields()
DIndianCalendar.java302 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IndianCalendar
303 return super.handleGetYearLength(extendedYear); in handleGetYearLength()
DHebrewCalendar.java635 int yearLength = handleGetYearLength(year); in yearType()
720 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in HebrewCalendar
DPersianCalendar.java351 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in PersianCalendar
DCalendar.java2411 result = handleGetYearLength(cal.get(EXTENDED_YEAR)); in getActualMaximum()
4948 int prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
4952 int lastDoy = handleGetYearLength(eyear); in computeWeekFields()
5151 validateField(field, 1, handleGetYearLength(y)); in validateField()
5569 protected int handleGetYearLength(int eyear) {
/external/icu/icu4c/source/i18n/
Dislamcal.cpp530 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
658 if(d == handleGetYearLength(y)){ in handleComputeFields()
661 }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;
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()
Dhebrwcal.cpp443 int32_t yearLength = handleGetYearLength(year); in yearType()
527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in HebrewCalendar
Dpersncal.cpp157 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in PersianCalendar
Dindiancal.cpp131 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in IndianCalendar
Dcalendar.cpp1652 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields()
1656 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields()
2798 validateField(field, 1, handleGetYearLength(y), status); in validateField()
3556 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar
3585 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
/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;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12