Searched defs:monthLength (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/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 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 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 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 Dolsontz.cpp329 Grego::monthLength(year, month),
339 int32_t millis, int32_t monthLength,
349 || dom > monthLength
354 || monthLength < 28
355 || monthLength > 31) {
366 millis, monthLength, ec);
337 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 Dcalendar.cpp2772 int32_t monthLength = handleGetMonthLength(year, m); local
2773 date += ((monthLength - date) / 7 + dim + 1) * 7;
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
/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 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 Dsimpletz.cpp46 // For actual getOffset() calculations, use Grego::monthLength() and
396 // Check the month before calling Grego::monthLength(). This
408 return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status);
414 int32_t /*monthLength*/, UErrorCode& status) const
416 // Check the month before calling Grego::monthLength(). This
429 // We ignore monthLength because it can be derived from year and month.
433 Grego::monthLength(year, month),
441 int32_t monthLength, int32_t prevMonthLength,
450 || day > monthLength
455 || monthLength < 2
439 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 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 Dolsontz.cpp339 Grego::monthLength(year, month),
349 int32_t millis, int32_t monthLength,
359 || dom > monthLength
364 || monthLength < 28
365 || monthLength > 31) {
376 millis, monthLength, ec);
347 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 Dvtzone.cpp263 int32_t maxDayOfMonth = Grego::monthLength(year, month);
1191 int32_t monthLength, UErrorCode& status) const {
1192 return tz->getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
1189 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
/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 142 milliseconds