Searched refs:AMETE_MIHRET (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dethpccal.cpp92 // The year defaults to the epoch start, the era to AMETE_MIHRET
93 int32_t era = internalGet(UCAL_ERA, AMETE_MIHRET);
94 if (era == AMETE_MIHRET) {
114 era = AMETE_MIHRET;
H A Dethpccal.h111 AMETE_MIHRET // After the epoch enumerator in enum:EthiopicCalendar::EEras
213 * and AMETE_MIHRET.
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DEthiopicCalendar.java130 private static final int AMETE_MIHRET = 1; field in class:EthiopicCalendar
285 // The year defaults to the epoch start, the era to AMETE_MIHRET
286 int era = internalGet(ERA, AMETE_MIHRET);
287 if (era == AMETE_MIHRET) {
316 era = AMETE_MIHRET;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DEthiopicCalendar.java143 private static final int AMETE_MIHRET = 1; field in class:EthiopicCalendar
310 // The year defaults to the epoch start, the era to AMETE_MIHRET
311 int era = internalGet(ERA, AMETE_MIHRET);
312 if (era == AMETE_MIHRET) {
341 era = AMETE_MIHRET;

Completed in 158 milliseconds