Searched refs:monthLength (Results 1 - 19 of 19) sorted by relevance

/external/icu4c/i18n/
H A Dgregoimp.h150 static inline int8_t monthLength(int32_t year, int32_t month);
264 Grego::monthLength(int32_t year, int32_t month) { function in class:Grego
270 return (m > 0) ? monthLength(y, m-1) : 31;
H A Dsimpletz.cpp45 // For actual getOffset() calculations, use Grego::monthLength() and
395 // Check the month before calling Grego::monthLength(). This
407 return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status);
413 int32_t /*monthLength*/, UErrorCode& status) const
415 // Check the month before calling Grego::monthLength(). This
428 // We ignore monthLength because it can be derived from year and month.
432 Grego::monthLength(year, month),
440 int32_t monthLength, int32_t prevMonthLength,
449 || day > monthLength
454 || monthLength < 2
438 getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, int32_t prevMonthLength, UErrorCode& status) const argument
[all...]
H A Dvzone.cpp125 int32_t monthLength, UErrorCode& status) {
126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) argument
H A Dolsontz.h175 int32_t millis, int32_t monthLength,
H A Dvzone.h206 * @param monthLength The length of the given month in days.
213 int32_t monthLength, UErrorCode& status);
H A Dolsontz.cpp338 Grego::monthLength(year, month),
348 int32_t millis, int32_t monthLength,
358 || dom > monthLength
363 || monthLength < 28
364 || monthLength > 31) {
375 millis, monthLength, ec);
346 getOffset(uint8_t era, int32_t year, int32_t month, int32_t dom, uint8_t dow, int32_t millis, int32_t monthLength, UErrorCode& ec) const argument
H A Dgregocal.cpp15 * 04/22/97 aliu Cleaned up code drastically. Added monthLength().
593 GregorianCalendar::monthLength(int32_t month) const function in class:GregorianCalendar
602 GregorianCalendar::monthLength(int32_t month, int32_t year) const function in class:GregorianCalendar
634 int32_t monthLen = monthLength(internalGet(UCAL_MONTH));
660 date > monthLength(internalGet(UCAL_MONTH))) {
840 int32_t max = monthLength(internalGet(UCAL_MONTH));
H A Dgregoimp.cpp151 if (dom + 7 > monthLength(year, month)) {
H A Dtzrule.cpp284 Grego::monthLength(year, fDateTimeRule->getRuleMonth()));
H A Dvtzone.cpp264 int32_t maxDayOfMonth = Grego::monthLength(year, month);
1186 int32_t monthLength, UErrorCode& status) const {
1187 return tz->getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
1184 getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, int32_t monthLength, UErrorCode& status) const argument
H A Drbtz.cpp357 Grego::monthLength(year, month), status);
364 int32_t /*monthLength*/, UErrorCode& status) const {
365 // dayOfWeek and monthLength are unused
H A Dcalendar.cpp2795 int32_t monthLength = handleGetMonthLength(year, m); local
2796 date += ((monthLength - date) / 7 + dim + 1) * 7;
H A Dtimezone.cpp621 Grego::monthLength(year, month),
/external/icu4c/i18n/unicode/
H A Dgregocal.h537 virtual int32_t monthLength(int32_t month) const;
546 virtual int32_t monthLength(int32_t month, int32_t year) const;
H A Drbtz.h165 * @param monthLength The length of the given month in days.
172 int32_t monthLength, UErrorCode& status) const;
H A Dsimpletz.h582 * @param monthLength the length of the given month in days.
589 int32_t monthLength, UErrorCode& status) const;
600 * @param monthLength the length of the given month in days.
608 int32_t monthLength, int32_t prevMonthLength,
H A Dtimezone.h390 * @param monthLength the length of the given month in days.
397 int32_t monthLength, UErrorCode& status) const = 0;
H A Dvtzone.h229 * @param monthLength The length of the given month in days.
236 int32_t monthLength, UErrorCode& status) const;
/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 ...

Completed in 264 milliseconds