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

  /external/icu/icu4c/source/i18n/
indiancal.cpp 95 static UBool isGregorianLeap(int32_t year)
115 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) {
132 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365;
149 (isGregorianLeap(year) ? -1 : -2)
179 (isGregorianLeap(year) ? 1 : 2)
202 if(isGregorianLeap(gyear)) {
304 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
307 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this year
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 316 if(isGregorianLeap(extendedYear + INDIAN_ERA_START) && month == 0) {
343 leapMonth = isGregorianLeap(gregorianDay[0] - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
346 leapMonth = isGregorianLeap(gregorianDay[0]) ? 31 : 30; // Days in leapMonth this year
448 if(isGregorianLeap(gyear)) {
488 + ((month <= 2) ? 0 : (isGregorianLeap(year) ? -1 : -2))
521 (isGregorianLeap(year) ? 1 : 2)
541 private static boolean isGregorianLeap(int year)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 342 if(isGregorianLeap(extendedYear + INDIAN_ERA_START) && month == 0) {
370 leapMonth = isGregorianLeap(gregorianDay[0] - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
373 leapMonth = isGregorianLeap(gregorianDay[0]) ? 31 : 30; // Days in leapMonth this year
477 if(isGregorianLeap(gyear)) {
517 + ((month <= 2) ? 0 : (isGregorianLeap(year) ? -1 : -2))
550 (isGregorianLeap(year) ? 1 : 2)
570 private static boolean isGregorianLeap(int year)
  /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 996 milliseconds