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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dislamcal.h96 CIVIL, enumerator in enum:IslamicCalendar::ECalculationType
193 * @param type The Islamic calendar calculation type. The default value is CIVIL.
196 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
213 * @param type The calendar calculation type, <code>CIVIL</code> to use the civil
280 * <code>CIVIL</code> if this object uses the fixed-cycle Islamic civil calendar,
H A Dislamcal.cpp177 case CIVIL:
234 return (cType == CIVIL);
470 if (cType == CIVIL || cType == TBLA ||
492 if (cType == CIVIL || cType == TBLA) {
614 if (cType == CIVIL || cType == TBLA ||
634 if (cType == CIVIL || cType == TBLA ||
713 if (cType == CIVIL || cType == TBLA) {
H A Dcalendar.cpp330 cal = new IslamicCalendar(loc, status, IslamicCalendar::CIVIL);

Completed in 120 milliseconds