Searched refs:INDIAN_ERA_START (Results 1 – 3 of 3) sorted by relevance
87 static const int32_t INDIAN_ERA_START = 78; variable117 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()134 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365; in handleGetYearLength()201 gyear = year + INDIAN_ERA_START; in IndianToJD()299 IndianYear = gregorianYear - INDIAN_ERA_START; // Year in Saka era in handleComputeFields()
303 private static final int INDIAN_ERA_START = 78; field in IndianCalendar344 if(isGregorianLeap(extendedYear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()365 IndianYear = gregorianDay[0] - INDIAN_ERA_START; // Year in Saka era in handleComputeFields()472 gyear = year + INDIAN_ERA_START; in IndianToJD()
280 private static final int INDIAN_ERA_START = 78; field in IndianCalendar318 if(isGregorianLeap(extendedYear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()338 IndianYear = gregorianDay[0] - INDIAN_ERA_START; // Year in Saka era in handleComputeFields()443 gyear = year + INDIAN_ERA_START; in IndianToJD()