/libcore/luni/src/main/java/java/util/ |
Grego.java | 71 public static final int monthLength(int year, int month) {
82 return (month > 0) ? monthLength(year, month-1) : 31;
206 if (dayOfMonth + 7 > monthLength(year, month)) {
|
/external/icu4c/i18n/ |
gregoimp.h | 150 static inline int8_t monthLength(int32_t year, int32_t month); 264 Grego::monthLength(int32_t year, int32_t month) { 270 return (m > 0) ? monthLength(y, m-1) : 31;
|
simpletz.cpp | 45 // 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 [all...] |
vzone.cpp | 125 int32_t monthLength, UErrorCode& status) { 126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
|
olsontz.h | 175 int32_t millis, int32_t monthLength,
|
vzone.h | 206 * @param monthLength The length of the given month in days. 213 int32_t monthLength, UErrorCode& status);
|
olsontz.cpp | 338 Grego::monthLength(year, month), 348 int32_t millis, int32_t monthLength, 358 || dom > monthLength 363 || monthLength < 28 364 || monthLength > 31) { 375 millis, monthLength, ec); [all...] |
gregocal.cpp | 15 * 04/22/97 aliu Cleaned up code drastically. Added monthLength(). 593 GregorianCalendar::monthLength(int32_t month) const 602 GregorianCalendar::monthLength(int32_t month, int32_t year) const 634 int32_t monthLen = monthLength(internalGet(UCAL_MONTH)); 660 date > monthLength(internalGet(UCAL_MONTH))) { 840 int32_t max = monthLength(internalGet(UCAL_MONTH)); [all...] |
gregoimp.cpp | 151 if (dom + 7 > monthLength(year, month)) {
|
tzrule.cpp | 284 Grego::monthLength(year, fDateTimeRule->getRuleMonth()));
|
vtzone.cpp | 77 static const int32_t MONTHLENGTH[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; 263 int32_t maxDayOfMonth = Grego::monthLength(year, month); 563 days[i] = MONTHLENGTH[month] + days[i] + 1; 607 dom = dom > 0 ? dom : MONTHLENGTH[month] + dom + 1; 666 tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; 781 if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - ruleDOM)%7 == 6 782 && weekInMonth == -1*((MONTHLENGTH[month]-ruleDOM+1)/7)) { 790 if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - ruleDOM)%7 == 0 791 && weekInMonth == -1*((MONTHLENGTH[month] - ruleDOM)/7 + 1)) { 839 dom = MONTHLENGTH[month] + 7 * (wim + 1) [all...] |
rbtz.cpp | 357 Grego::monthLength(year, month), status); 364 int32_t /*monthLength*/, UErrorCode& status) const { 365 // dayOfWeek and monthLength are unused
|
calendar.cpp | [all...] |
timezone.cpp | 632 Grego::monthLength(year, month), [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 546 virtual int32_t monthLength(int32_t month) const; 555 virtual int32_t monthLength(int32_t month, int32_t year) const; [all...] |
rbtz.h | 165 * @param monthLength The length of the given month in days. 172 int32_t monthLength, UErrorCode& status) const;
|
timezone.h | 421 * @param monthLength the length of the given month in days. 428 int32_t monthLength, UErrorCode& status) const = 0; [all...] |
simpletz.h | 582 * @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, [all...] |
vtzone.h | 229 * @param monthLength The length of the given month in days. 236 int32_t monthLength, UErrorCode& status) const;
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceProcessor.java | [all...] |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |