HomeSort by relevance Sort by last modified time
    Searched full:monthsinyear (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/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++);
641 month += monthsInYear(--eyear);
645 month -= monthsInYear(eyear++);
hebrwcal.h 441 static int32_t monthsInYear(int32_t year) ;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
HebrewCalendar.java 541 int yearLength = monthsInYear(year);
696 private static int monthsInYear(int year) {
723 month += monthsInYear(--extendedYear);
727 month -= monthsInYear(extendedYear++);
    [all...]

Completed in 188 milliseconds