Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
DGregorianCalendar.java557 isoDoy += handleGetYearLength(isoYear); in roll()
561 isoDoy -= handleGetYearLength(isoYear - 1); in roll()
573 int lastDoy = handleGetYearLength(isoYear); in roll()
714 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in GregorianCalendar
DIndianCalendar.java304 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IndianCalendar
305 return super.handleGetYearLength(extendedYear); in handleGetYearLength()
DIslamicCalendar.java745 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IslamicCalendar
857 if(d == handleGetYearLength(y)) { in handleComputeFields()
860 } else if(d < handleGetYearLength(y) ) { in handleComputeFields()
DHebrewCalendar.java640 int yearLength = handleGetYearLength(year); in yearType()
728 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in HebrewCalendar
DPersianCalendar.java354 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in PersianCalendar
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DGregorianCalendar.java577 isoDoy += handleGetYearLength(isoYear); in roll()
581 isoDoy -= handleGetYearLength(isoYear - 1); in roll()
593 int lastDoy = handleGetYearLength(isoYear); in roll()
738 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in GregorianCalendar
DIndianCalendar.java329 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IndianCalendar
330 return super.handleGetYearLength(extendedYear); in handleGetYearLength()
DIslamicCalendar.java775 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in IslamicCalendar
890 if(d == handleGetYearLength(y)) { in handleComputeFields()
893 } else if(d < handleGetYearLength(y) ) { in handleComputeFields()
DHebrewCalendar.java664 int yearLength = handleGetYearLength(year); in yearType()
754 protected int handleGetYearLength(int eyear) { in handleGetYearLength() method in HebrewCalendar
DPersianCalendar.java351 protected int handleGetYearLength(int extendedYear) { in handleGetYearLength() method in PersianCalendar
/external/icu/icu4c/source/i18n/
Dislamcal.cpp531 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
660 if(d == handleGetYearLength(y)){ in handleComputeFields()
663 }else if(d < handleGetYearLength(y) ){ in handleComputeFields()
Dindiancal.h218 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dpersncal.h212 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dislamcal.h310 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dhebrwcal.h324 virtual int32_t handleGetYearLength(int32_t eyear) const;
Dgregocal.cpp589 int32_t GregorianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in GregorianCalendar
877 isoDoy += handleGetYearLength(isoYear); in roll()
881 isoDoy -= handleGetYearLength(isoYear - 1); in roll()
893 int32_t lastDoy = handleGetYearLength(isoYear); in roll()
Dhebrwcal.cpp447 int32_t yearLength = handleGetYearLength(year); in yearType()
531 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in HebrewCalendar
Dpersncal.cpp159 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
/external/icu/libicu/cts_headers/
Dindiancal.h218 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dpersncal.h212 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dislamcal.h310 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
Dhebrwcal.h324 virtual int32_t handleGetYearLength(int32_t eyear) const;
/external/icu/icu4c/source/i18n/unicode/
Dgregocal.h543 virtual int32_t handleGetYearLength(int32_t eyear) const;
/external/icu/libicu/cts_headers/unicode/
Dgregocal.h543 virtual int32_t handleGetYearLength(int32_t eyear) const;

12