/external/chromium_org/third_party/icu/source/i18n/ |
D | islamcal.cpp | 308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1); in yearStart() 310 ys+= handleGetYearLength(i); in yearStart() 461 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar 573 if(d == handleGetYearLength(y)){ in handleComputeFields() 576 }else if(d < handleGetYearLength(y) ){ in handleComputeFields()
|
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 | 308 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 | calendar.cpp | 1460 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields() 1464 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields() 2580 validateField(field, 1, handleGetYearLength(y), status); in validateField() 3324 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar 3353 result = handleGetYearLength(cal->get(UCAL_EXTENDED_YEAR, status)); in getActualMaximum()
|
/external/icu/icu4c/source/i18n/ |
D | islamcal.cpp | 308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1); in yearStart() 310 ys+= handleGetYearLength(i); in yearStart() 461 int32_t IslamicCalendar::handleGetYearLength(int32_t extendedYear) const { in handleGetYearLength() function in IslamicCalendar 573 if(d == handleGetYearLength(y)){ in handleComputeFields() 576 }else if(d < handleGetYearLength(y) ){ in handleComputeFields()
|
D | persncal.h | 210 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | indiancal.h | 216 virtual int32_t handleGetYearLength(int32_t extendedYear) const;
|
D | islamcal.h | 308 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 | calendar.cpp | 1589 int32_t prevDoy = dayOfYear + handleGetYearLength(eyear - 1); in computeWeekFields() 1593 int32_t lastDoy = handleGetYearLength(eyear); in computeWeekFields() 2729 validateField(field, 1, handleGetYearLength(y), status); in validateField() 3485 int32_t Calendar::handleGetYearLength(int32_t eyear) const { in handleGetYearLength() function in Calendar 3514 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 | 1683 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | gregocal.h | 537 virtual int32_t handleGetYearLength(int32_t eyear) const;
|
D | calendar.h | 1683 virtual int32_t handleGetYearLength(int32_t eyear) const;
|