Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 5 milliseconds