Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dindiancal.cpp86 static const int32_t INDIAN_ERA_START = 78; variable
116 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dindiancal.cpp86 static const int32_t INDIAN_ERA_START = 78; variable
116 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()
/third_party/node/deps/icu-small/source/i18n/
Dindiancal.cpp86 static const int32_t INDIAN_ERA_START = 78; variable
116 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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIndianCalendar.java303 private static final int INDIAN_ERA_START = 78; field in IndianCalendar
344 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DIndianCalendar.java280 private static final int INDIAN_ERA_START = 78; field in IndianCalendar
318 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()