Home
last modified time | relevance | path

Searched refs:isGregorianLeap (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dindiancal.cpp96 static UBool isGregorianLeap(int32_t year) in isGregorianLeap() function
116 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()