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

  /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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 100 milliseconds