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

  /external/chromium/third_party/icu/source/i18n/
hebrwcal.cpp 387 int32_t HebrewCalendar::startOfYear(int32_t year, UErrorCode &status)
529 return startOfYear(eyear+1, status) - startOfYear(eyear, status);
561 int32_t ys = startOfYear(year, status); // 1st day of year
567 ys = startOfYear(year, status);
582 // a large value is set to julianDay. I patched startOfYear
584 // by startOfYear or other places. For now, we check
641 int32_t day = startOfYear(eyear, status);
hebrwcal.h 461 static int32_t startOfYear(int32_t year, UErrorCode& status);
  /external/icu4c/i18n/
hebrwcal.cpp 387 int32_t HebrewCalendar::startOfYear(int32_t year, UErrorCode &status)
529 return startOfYear(eyear+1, status) - startOfYear(eyear, status);
561 int32_t ys = startOfYear(year, status); // 1st day of year
567 ys = startOfYear(year, status);
582 // a large value is set to julianDay. I patched startOfYear
584 // by startOfYear or other places. For now, we check
641 int32_t day = startOfYear(eyear, status);
hebrwcal.h 465 static int32_t startOfYear(int32_t year, UErrorCode& status);

Completed in 32 milliseconds