Home
last modified time | relevance | path

Searched refs:EthiopicCalendar (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/i18n/
Dethpccal.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EthiopicCalendar)
29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, in EthiopicCalendar() function in EthiopicCalendar
37 EthiopicCalendar::EthiopicCalendar(const EthiopicCalendar& other) in EthiopicCalendar() function in EthiopicCalendar
43 EthiopicCalendar::~EthiopicCalendar() in ~EthiopicCalendar()
48 EthiopicCalendar::clone() const in clone()
50 return new EthiopicCalendar(*this); in clone()
54 EthiopicCalendar::getType() const in getType()
63 EthiopicCalendar::setAmeteAlemEra(UBool onOff) in setAmeteAlemEra()
69 EthiopicCalendar::isAmeteAlemEra() const in isAmeteAlemEra()
79 EthiopicCalendar::handleGetExtendedYear() in handleGetExtendedYear()
[all …]
Dethpccal.h24 class EthiopicCalendar : public CECalendar {
123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA);
129 EthiopicCalendar(const EthiopicCalendar& other);
135 virtual ~EthiopicCalendar();
Dcalendar.cpp337 cal = new EthiopicCalendar(loc, status, EthiopicCalendar::AMETE_MIHRET_ERA); in createStandardCalendar()
340 cal = new EthiopicCalendar(loc, status, EthiopicCalendar::AMETE_ALEM_ERA); in createStandardCalendar()
/external/chromium_org/third_party/icu/source/i18n/
Dethpccal.cpp19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EthiopicCalendar)
29 EthiopicCalendar::EthiopicCalendar(const Locale& aLocale, in EthiopicCalendar() function in EthiopicCalendar
37 EthiopicCalendar::EthiopicCalendar(const EthiopicCalendar& other) in EthiopicCalendar() function in EthiopicCalendar
43 EthiopicCalendar::~EthiopicCalendar() in ~EthiopicCalendar()
48 EthiopicCalendar::clone() const in clone()
50 return new EthiopicCalendar(*this); in clone()
54 EthiopicCalendar::getType() const in getType()
63 EthiopicCalendar::setAmeteAlemEra(UBool onOff) in setAmeteAlemEra()
69 EthiopicCalendar::isAmeteAlemEra() const in isAmeteAlemEra()
79 EthiopicCalendar::handleGetExtendedYear() in handleGetExtendedYear()
[all …]
Dethpccal.h24 class EthiopicCalendar : public CECalendar {
123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA);
129 EthiopicCalendar(const EthiopicCalendar& other);
135 virtual ~EthiopicCalendar();
Dcalendar.cpp322 cal = new EthiopicCalendar(loc, status, EthiopicCalendar::AMETE_MIHRET_ERA); in createStandardCalendar()
325 cal = new EthiopicCalendar(loc, status, EthiopicCalendar::AMETE_ALEM_ERA); in createStandardCalendar()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1915 #define EthiopicCalendar U_ICU_ENTRY_POINT_RENAME(EthiopicCalendar) macro