Searched refs:INDIAN_ERA_START (Results 1 – 5 of 5) sorted by relevance
86 static const int32_t INDIAN_ERA_START = 78; variable116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()133 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365; in handleGetYearLength()166 gyear = year + INDIAN_ERA_START; in IndianToJD()264 IndianYear = gregorianYear - INDIAN_ERA_START; // Year in Saka era in handleComputeFields()
303 private static final int INDIAN_ERA_START = 78; field in IndianCalendar344 if(isGregorianLeapYear(extendedYear + INDIAN_ERA_START) && month == 0) { in handleGetMonthLength()364 IndianYear = gregorianYear - 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()