Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DEthiopicCalendar.java148 private static final int AMETE_ALEM_ERA = 1; field in EthiopicCalendar
281 eraType = onOff ? AMETE_ALEM_ERA : AMETE_MIHRET_ERA; in setAmeteAlemEra()
291 return (eraType == AMETE_ALEM_ERA); in isAmeteAlemEra()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DEthiopicCalendar.java135 private static final int AMETE_ALEM_ERA = 1; field in EthiopicCalendar
257 eraType = onOff ? AMETE_ALEM_ERA : AMETE_MIHRET_ERA; in setAmeteAlemEra()
266 return (eraType == AMETE_ALEM_ERA); in isAmeteAlemEra()
/external/icu/icu4c/source/i18n/
Dethpccal.cpp67 eraType = onOff ? AMETE_ALEM_ERA : AMETE_MIHRET_ERA; in setAmeteAlemEra()
73 return (eraType == AMETE_ALEM_ERA); in isAmeteAlemEra()
Dethpccal.h35 AMETE_ALEM_ERA enumerator
Dcalendar.cpp378 cal = new EthiopicCalendar(loc, status, EthiopicCalendar::AMETE_ALEM_ERA); in createStandardCalendar()