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

  /external/icu4c/i18n/
indiancal.cpp 197 int32_t leapMonth, gyear, m;
204 leapMonth = 31;
208 leapMonth = 30;
215 jd = start + leapMonth;
293 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday;
305 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
306 yday += leapMonth + (31 * 5) + (30 * 3) + 10;
308 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this yea
    [all...]
  /external/icu4c/test/intltest/
callimts.h 45 * @param leapMonth true if the calendar system has leap months
47 void doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth);
callimts.cpp 194 CalendarLimitTest::doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth) {
214 if (!leapMonth) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 167 milliseconds