Home
last modified time | relevance | path

Searched refs:ECalculationType (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dislamcal.h96 enum ECalculationType { enum
198 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
219 void setCalculationType(ECalculationType type, UErrorCode &status);
286 ECalculationType cType;
Dislamcal.cpp237 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type) in IslamicCalendar()
251 void IslamicCalendar::setCalculationType(ECalculationType type, UErrorCode &status) in setCalculationType()