HomeSort by relevance Sort by last modified time
    Searched defs:INDIAN_ERA_START (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
indiancal.cpp 86 static const int32_t INDIAN_ERA_START = 78;
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) {
133 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365;
200 gyear = year + INDIAN_ERA_START;
298 IndianYear = gregorianYear - INDIAN_ERA_START; // Year in Saka era
  /external/icu4c/i18n/
indiancal.cpp 86 static const int32_t INDIAN_ERA_START = 78;
116 if (isGregorianLeap(eyear + INDIAN_ERA_START) && month == 0) {
133 return isGregorianLeap(eyear + INDIAN_ERA_START) ? 366 : 365;
200 gyear = year + INDIAN_ERA_START;
298 IndianYear = gregorianYear - INDIAN_ERA_START; // Year in Saka era
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 610 milliseconds