Searched refs:INDIAN_ERA_START (Results 1 – 1 of 1) sorted by relevance
85 static const int32_t INDIAN_ERA_START = 78; variable115 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()132 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365; in handleGetYearLength()199 gyear = year + INDIAN_ERA_START; in IndianToJD()297 IndianYear = gregorianYear - INDIAN_ERA_START; // Year in Saka era in handleComputeFields()