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

  /external/icu/icu4c/source/i18n/
indiancal.cpp 196 int32_t leapMonth, gyear, m;
203 leapMonth = 31;
207 leapMonth = 30;
214 jd = start + leapMonth;
292 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday;
304 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
305 yday += leapMonth + (31 * 5) + (30 * 3) + 10;
307 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this yea
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 332 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday;
343 leapMonth = isGregorianLeap(gregorianDay[0] - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
344 yday += leapMonth + (31 * 5) + (30 * 3) + 10;
346 leapMonth = isGregorianLeap(gregorianDay[0]) ? 31 : 30; // Days in leapMonth this year
350 if (yday < leapMonth) {
354 mday = yday - leapMonth;
442 int leapMonth, gyear, m;
449 leapMonth = 31
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 359 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday;
370 leapMonth = isGregorianLeap(gregorianDay[0] - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
371 yday += leapMonth + (31 * 5) + (30 * 3) + 10;
373 leapMonth = isGregorianLeap(gregorianDay[0]) ? 31 : 30; // Days in leapMonth this year
377 if (yday < leapMonth) {
381 mday = yday - leapMonth;
471 int leapMonth, gyear, m;
478 leapMonth = 31
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 361 milliseconds