Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dindiancal.cpp85 static const int32_t INDIAN_ERA_START = 78; variable
115 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()