HomeSort by relevance Sort by last modified time
    Searched refs:monthsInYear (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/i18n/
hebrwcal.cpp 320 int32_t yearLength = monthsInYear(year);
477 int32_t HebrewCalendar::monthsInYear(int32_t year) {
504 month += monthsInYear(--extendedYear);
508 month -= monthsInYear(extendedYear++);
634 month += monthsInYear(--eyear);
638 month -= monthsInYear(eyear++);
hebrwcal.h 477 static int32_t monthsInYear(int32_t year) ;
  /external/icu4c/i18n/
hebrwcal.cpp 320 int32_t yearLength = monthsInYear(year);
477 int32_t HebrewCalendar::monthsInYear(int32_t year) {
504 month += monthsInYear(--extendedYear);
508 month -= monthsInYear(extendedYear++);
634 month += monthsInYear(--eyear);
638 month -= monthsInYear(eyear++);
hebrwcal.h 477 static int32_t monthsInYear(int32_t year) ;

Completed in 295 milliseconds