Searched refs:handleGetMonthLength (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dindiancal.h210 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dpersncal.h204 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dhebrwcal.h313 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dislamcal.h302 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dislamcal.cpp332 ms+= handleGetMonthLength(year, i);
438 int32_t IslamicCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:IslamicCalendar
471 len += handleGetMonthLength(extendedYear, i);
577 int monthLen = handleGetMonthLength(y, m);
582 monthLen = handleGetMonthLength(y, m);
H A Dchnsecal.h164 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dpersncal.cpp144 int32_t PersianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:PersianCalendar
H A Dindiancal.cpp111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { function in class:IndianCalendar
H A Dhebrwcal.cpp496 int32_t HebrewCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:HebrewCalendar
H A Dgregocal.cpp576 int32_t GregorianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const function in class:GregorianCalendar
596 return handleGetMonthLength(year, month);
H A Dcalendar.cpp2576 validateField(field, 1, handleGetMonthLength(y, internalGet(UCAL_MONTH)), status);
3073 int32_t monthLength = handleGetMonthLength(year, m);
3318 int32_t Calendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const
3341 result = handleGetMonthLength(cal->get(UCAL_EXTENDED_YEAR, status), cal->get(UCAL_MONTH, status));
H A Dchnsecal.cpp236 int32_t ChineseCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:ChineseCalendar
/external/icu/icu4c/source/i18n/
H A Dindiancal.h210 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dpersncal.h204 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dhebrwcal.h313 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dislamcal.h302 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dislamcal.cpp332 ms+= handleGetMonthLength(year, i);
438 int32_t IslamicCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:IslamicCalendar
471 len += handleGetMonthLength(extendedYear, i);
577 int monthLen = handleGetMonthLength(y, m);
582 monthLen = handleGetMonthLength(y, m);
H A Dchnsecal.h164 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dpersncal.cpp144 int32_t PersianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:PersianCalendar
H A Dindiancal.cpp111 int32_t IndianCalendar::handleGetMonthLength(int32_t eyear, int32_t month) const { function in class:IndianCalendar
H A Dhebrwcal.cpp496 int32_t HebrewCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const { function in class:HebrewCalendar
H A Dgregocal.cpp576 int32_t GregorianCalendar::handleGetMonthLength(int32_t extendedYear, int32_t month) const function in class:GregorianCalendar
596 return handleGetMonthLength(year, month);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h513 * handleGetMonthLength() to obtain the calendar-specific month
528 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;
H A Dcalendar.h1674 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const ;
1698 * handleGetMonthLength() to obtain the calendar-specific month
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h513 * handleGetMonthLength() to obtain the calendar-specific month
528 virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const;

Completed in 230 milliseconds

12