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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 6122 milliseconds