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

  /external/icu4c/i18n/
indiancal.cpp 294 int32_t gregorianYear; // Stores gregorian date corresponding to Julian day;
297 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day
298 IndianYear = gregorianYear - INDIAN_ERA_START; // Year in Saka era
299 jdAtStartOfGregYear = gregorianToJD(gregorianYear, 1, 1); // JD at start of Gregorian year
305 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
308 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this year
  /external/icu4c/test/intltest/
incaltst.cpp 150 * { era, year, gregorianYear, month, dayOfMonth, ... ... , -1 }
173 int32_t gregorianYear = data[i++];
178 grego->set(gregorianYear, month, dayOfMonth);
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 68 milliseconds