Searched refs:AMETE_MIHRET_DELTA (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dethpccal.cpp25 static const int32_t AMETE_MIHRET_DELTA = 5500; // 5501 - 1 (Amete Alem 5501 = Amete Mihret 1) variable
89 eyear = internalGet(UCAL_YEAR, 1 + AMETE_MIHRET_DELTA)
90 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret
97 eyear = internalGet(UCAL_YEAR, 1) - AMETE_MIHRET_DELTA;
111 year = eyear + AMETE_MIHRET_DELTA;
118 year = eyear + AMETE_MIHRET_DELTA;
177 return gSystemDefaultCenturyStartYear + AMETE_MIHRET_DELTA;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DEthiopicCalendar.java126 private static final int AMETE_MIHRET_DELTA = 5500; field in class:EthiopicCalendar
282 eyear = internalGet(YEAR, 1 + AMETE_MIHRET_DELTA)
283 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret
290 eyear = internalGet(YEAR, 1) - AMETE_MIHRET_DELTA;
313 year = fields[0] + AMETE_MIHRET_DELTA;
320 year = fields[0] + AMETE_MIHRET_DELTA;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DEthiopicCalendar.java139 private static final int AMETE_MIHRET_DELTA = 5500; field in class:EthiopicCalendar
307 eyear = internalGet(YEAR, 1 + AMETE_MIHRET_DELTA)
308 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret
315 eyear = internalGet(YEAR, 1) - AMETE_MIHRET_DELTA;
338 year = fields[0] + AMETE_MIHRET_DELTA;
345 year = fields[0] + AMETE_MIHRET_DELTA;

Completed in 175 milliseconds