Searched defs:handleGetYearLength (Results 1 - 12 of 12) sorted by last modified time

/external/icu/icu4c/source/i18n/
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 Dhebrwcal.cpp443 int32_t yearLength = handleGetYearLength(year);
527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { function in class:HebrewCalendar
H A Dindiancal.cpp132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { function in class:IndianCalendar
H A Dislamcal.cpp308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1);
310 ys+= handleGetYearLength(i);
461 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { function in class:IslamicCalendar
573 if(d == handleGetYearLength(y)){
576 }else if(d < handleGetYearLength(y) ){
H A Dpersncal.cpp157 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { function in class:PersianCalendar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp1391 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1);
1395 int32_t lastDoy = handleGetYearLength(eyear);
2394 validateField(field, 1, handleGetYearLength(y), status);
3032 int32_t Calendar::handleGetYearLength(int32_t eyear) const { function in class:Calendar
3059 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status));
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 Dhebrwcal.cpp443 int32_t yearLength = handleGetYearLength(year);
527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { function in class:HebrewCalendar
H A Dindiancal.cpp132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { function in class:IndianCalendar
H A Dislamcal.cpp339 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { function in class:IslamicCalendar
H A Dpersncal.cpp306 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { function in class:PersianCalendar

Completed in 162 milliseconds