Searched refs:isGregorianLeap (Results 1 – 1 of 1) sorted by relevance
96 static UBool isGregorianLeap(int32_t year) in isGregorianLeap() function116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()133 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365; in handleGetYearLength()169 if(isGregorianLeap(gyear)) { in IndianToJD()271 …leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous… in handleComputeFields()274 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this year in handleComputeFields()