/external/icu/icu4c/source/i18n/ |
D | gregoimp.h | 150 static inline int8_t monthLength(int32_t year, int32_t month); 264 Grego::monthLength(int32_t year, int32_t month) { in monthLength() function 270 return (m > 0) ? monthLength(y, m-1) : 31; in previousMonthLength()
|
D | simpletz.cpp | 408 …return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status… in getOffset() 433 Grego::monthLength(year, month), in getOffset() 441 int32_t monthLength, int32_t prevMonthLength, in getOffset() argument 450 || day > monthLength in getOffset() 455 || monthLength < 28 in getOffset() 456 || monthLength > 31 in getOffset() 475 … int32_t startCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset() 489 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset() 524 Grego::monthLength(year, month), in getOffsetFromLocal() 552 Grego::monthLength(year, month), in getOffsetFromLocal()
|
D | olsontz.cpp | 339 Grego::monthLength(year, month), in getOffset() 349 int32_t millis, int32_t monthLength, in getOffset() argument 359 || dom > monthLength in getOffset() 364 || monthLength < 28 in getOffset() 365 || monthLength > 31) { in getOffset() 376 millis, monthLength, ec); in getOffset()
|
D | vzone.cpp | 125 int32_t monthLength, UErrorCode& status) { in vzone_getOffset2() argument 126 …meZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status); in vzone_getOffset2()
|
D | gregocal.cpp | 593 GregorianCalendar::monthLength(int32_t month) const in monthLength() function in GregorianCalendar 602 GregorianCalendar::monthLength(int32_t month, int32_t year) const in monthLength() function in GregorianCalendar 634 int32_t monthLen = monthLength(internalGet(UCAL_MONTH)); in pinDayOfMonth() 660 date > monthLength(internalGet(UCAL_MONTH))) { in validateFields() 840 int32_t max = monthLength(internalGet(UCAL_MONTH)); in roll()
|
D | vzone.h | 213 int32_t monthLength, UErrorCode& status);
|
D | olsontz.h | 176 int32_t millis, int32_t monthLength,
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | gregoimp.h | 150 static inline int8_t monthLength(int32_t year, int32_t month); 264 Grego::monthLength(int32_t year, int32_t month) { in monthLength() function 270 return (m > 0) ? monthLength(y, m-1) : 31; in previousMonthLength()
|
D | simpletz.cpp | 408 …return getOffset(era, year, month, day, dayOfWeek, millis, Grego::monthLength(year, month), status… in getOffset() 433 Grego::monthLength(year, month), in getOffset() 441 int32_t monthLength, int32_t prevMonthLength, in getOffset() argument 450 || day > monthLength in getOffset() 455 || monthLength < 28 in getOffset() 456 || monthLength > 31 in getOffset() 475 … int32_t startCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset() 489 endCompare = compareToRule((int8_t)month, (int8_t)monthLength, (int8_t)prevMonthLength, in getOffset() 524 Grego::monthLength(year, month), in getOffsetFromLocal() 552 Grego::monthLength(year, month), in getOffsetFromLocal()
|
D | olsontz.cpp | 339 Grego::monthLength(year, month), in getOffset() 349 int32_t millis, int32_t monthLength, in getOffset() argument 359 || dom > monthLength in getOffset() 364 || monthLength < 28 in getOffset() 365 || monthLength > 31) { in getOffset() 376 millis, monthLength, ec); in getOffset()
|
D | vzone.cpp | 125 int32_t monthLength, UErrorCode& status) { in vzone_getOffset2() argument 126 …meZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status); in vzone_getOffset2()
|
D | gregocal.cpp | 593 GregorianCalendar::monthLength(int32_t month) const in monthLength() function in GregorianCalendar 602 GregorianCalendar::monthLength(int32_t month, int32_t year) const in monthLength() function in GregorianCalendar 634 int32_t monthLen = monthLength(internalGet(UCAL_MONTH)); in pinDayOfMonth() 660 date > monthLength(internalGet(UCAL_MONTH))) { in validateFields() 840 int32_t max = monthLength(internalGet(UCAL_MONTH)); in roll()
|
D | vzone.h | 213 int32_t monthLength, UErrorCode& status);
|
D | olsontz.h | 176 int32_t millis, int32_t monthLength,
|
D | gregoimp.cpp | 151 if (dom + 7 > monthLength(year, month)) { in dayOfWeekInMonth()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | gregocal.h | 545 virtual int32_t monthLength(int32_t month) const; 554 virtual int32_t monthLength(int32_t month, int32_t year) const;
|
D | simpletz.h | 589 int32_t monthLength, UErrorCode& status) const; 608 int32_t monthLength, int32_t prevMonthLength,
|
D | rbtz.h | 172 int32_t monthLength, UErrorCode& status) const;
|
D | timezone.h | 489 int32_t monthLength, UErrorCode& status) const = 0;
|
D | vtzone.h | 236 int32_t monthLength, UErrorCode& status) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | gregocal.h | 545 virtual int32_t monthLength(int32_t month) const; 554 virtual int32_t monthLength(int32_t month, int32_t year) const;
|
D | simpletz.h | 589 int32_t monthLength, UErrorCode& status) const; 608 int32_t monthLength, int32_t prevMonthLength,
|
D | rbtz.h | 172 int32_t monthLength, UErrorCode& status) const;
|
D | timezone.h | 489 int32_t monthLength, UErrorCode& status) const = 0;
|
D | vtzone.h | 236 int32_t monthLength, UErrorCode& status) const;
|