Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dislamcal.cpp212 case CIVIL: in getType()
267 return (cType == CIVIL); in isCivil()
368 if (cType == CIVIL || cType == TBLA || in yearStart()
391 if (cType == CIVIL || cType == TBLA) { in monthStart()
511 if (cType == CIVIL || cType == TBLA || in handleGetMonthLength()
531 if (cType == CIVIL || cType == TBLA || in handleGetYearLength()
610 if (cType == CIVIL || cType == TBLA) { in handleComputeFields()
Dislamcal.h98 CIVIL, enumerator
198 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
Dcalendar.cpp357 …al.adoptInsteadAndCheckErrorCode(new IslamicCalendar(loc, status, IslamicCalendar::CIVIL), status); in createStandardCalendar()