HomeSort by relevance Sort by last modified time
    Searched refs:isGregorianLeap (Results 1 - 5 of 5) 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/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 96 milliseconds