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

  /external/icu4c/i18n/
indiancal.cpp 96 static UBool isGregorianLeap(int32_t year)
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) {
133 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365;
150 (isGregorianLeap(year) ? -1 : -2)
180 (isGregorianLeap(year) ? 1 : 2)
203 if(isGregorianLeap(gyear)) {
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 19 milliseconds