Home
last modified time | relevance | path

Searched refs:CIVIL (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dislamcal.cpp213 case CIVIL: in getType()
270 return (cType == CIVIL); in isCivil()
371 if (cType == CIVIL || cType == TBLA || in yearStart()
394 if (cType == CIVIL || cType == TBLA) { in monthStart()
513 if (cType == CIVIL || cType == TBLA || in handleGetMonthLength()
533 if (cType == CIVIL || cType == TBLA || in handleGetYearLength()
612 if (cType == CIVIL || cType == TBLA) { in handleComputeFields()
Dislamcal.h98 CIVIL, enumerator
198 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
Dcalendar.cpp349 cal = new IslamicCalendar(loc, status, IslamicCalendar::CIVIL); in createStandardCalendar()