Searched refs:EthiopicCalendar (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/i18n/ |
D | ethpccal.cpp | 19 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 …]
|
D | ethpccal.h | 24 class EthiopicCalendar : public CECalendar { 123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA); 129 EthiopicCalendar(const EthiopicCalendar& other); 135 virtual ~EthiopicCalendar();
|
D | calendar.cpp | 337 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/ |
D | ethpccal.cpp | 19 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 …]
|
D | ethpccal.h | 24 class EthiopicCalendar : public CECalendar { 123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA); 129 EthiopicCalendar(const EthiopicCalendar& other); 135 virtual ~EthiopicCalendar();
|
D | calendar.cpp | 322 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/ |
D | urename.h | 1915 #define EthiopicCalendar U_ICU_ENTRY_POINT_RENAME(EthiopicCalendar) macro
|