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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dindiancal.h216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
H A Dpersncal.h210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
H A Dhebrwcal.h322 virtual int32_t handleGetYearLength(int32_t eyear) const;
H A Dislamcal.h308 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
H A Dislamcal.cpp633 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { function in class:IslamicCalendar
763 if(d == handleGetYearLength(y)){
766 }else if(d < handleGetYearLength(y) ){
H A Dpersncal.cpp157 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { function in class:PersianCalendar
H A Dhebrwcal.cpp443 int32_t yearLength = handleGetYearLength(year);
527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { function in class:HebrewCalendar
H A Dgregocal.cpp587 int32_t GregorianCalendar::handleGetYearLength(int32_t eyear) const { function in class:GregorianCalendar
874 isoDoy += handleGetYearLength(isoYear);
878 isoDoy -= handleGetYearLength(isoYear - 1);
890 int32_t lastDoy = handleGetYearLength(isoYear);
H A Dindiancal.cpp132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { function in class:IndianCalendar
H A Dcalendar.cpp1589 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1);
1593 int32_t lastDoy = handleGetYearLength(eyear);
2729 validateField(field, 1, handleGetYearLength(y), status);
3516 int32_t Calendar::handleGetYearLength(int32_t eyear) const {
3545 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dgregocal.h537 virtual int32_t handleGetYearLength(int32_t eyear) const;
H A Dcalendar.h1683 virtual int32_t handleGetYearLength(int32_t eyear) const;

Completed in 144 milliseconds