/external/chromium_org/third_party/icu/source/i18n/ |
D | indiancal.h | 216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | persncal.h | 210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | islamcal.h | 307 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | hebrwcal.h | 322 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
D | hebrwcal.cpp | 443 int32_t yearLength = handleGetYearLength(year); in yearType() 527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in HebrewCalendar
|
D | gregocal.cpp | 587 int32_t GregorianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in GregorianCalendar 874 isoDoy += handleGetYearLength(isoYear); in roll() 878 isoDoy -= handleGetYearLength(isoYear - 1); in roll() 890 int32_t lastDoy = handleGetYearLength(isoYear); in roll()
|
D | persncal.cpp | 306 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in PersianCalendar
|
D | indiancal.cpp | 132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in IndianCalendar
|
D | islamcal.cpp | 339 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
|
D | calendar.cpp | 1391 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields() 1395 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields() 2394 validateField(field, 1, handleGetYearLength(y), status); in validateField() 3032 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar 3059 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
|
/external/icu4c/i18n/ |
D | indiancal.h | 216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | persncal.h | 210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | islamcal.h | 307 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | hebrwcal.h | 322 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
D | hebrwcal.cpp | 443 int32_t yearLength = handleGetYearLength(year); in yearType() 527 int32_t HebrewCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in HebrewCalendar
|
D | gregocal.cpp | 587 int32_t GregorianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in GregorianCalendar 874 isoDoy += handleGetYearLength(isoYear); in roll() 878 isoDoy -= handleGetYearLength(isoYear - 1); in roll() 890 int32_t lastDoy = handleGetYearLength(isoYear); in roll()
|
D | persncal.cpp | 157 int32_t PersianCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in PersianCalendar
|
D | indiancal.cpp | 132 int32_t IndianCalendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in IndianCalendar
|
D | islamcal.cpp | 342 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar
|
D | calendar.cpp | 1458 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields() 1462 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields() 2573 validateField(field, 1, handleGetYearLength(y), status); in validateField() 3317 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar 3346 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | gregocal.h | 537 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
D | calendar.h | 1491 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
/external/icu4c/i18n/unicode/ |
D | gregocal.h | 537 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
D | calendar.h | 1682 virtual int32_t handleGetYearLength(int32_t eyear) const;
|