HomeSort by relevance Sort by last modified time
    Searched refs:CIVIL (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
islamcal.h 31 * that implements the Islamic civil and religious calendars. It
32 * is used as the civil calendar in most of the Arab world and the
51 * is the <em>civil</em> calendar, which uses a fixed cycle of alternating 29-
54 * advance, so it is used as the civil calendar in a number of Arab countries.
63 * start of a month in the religious calendar to differ from the civil calendar
76 * fixed-cycle civil calendar is used. However, if <code>setCivil(false)</code>
93 * Calendar type - civil or religious or um alqura
98 CIVIL,
195 * @param type The Islamic calendar calculation type. The default value is CIVIL.
198 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type = CIVIL);
    [all...]
islamcal.cpp 213 case CIVIL:
214 sType = "islamic-civil";
264 * Returns <code>true</code> if this object is using the fixed-cycle civil
270 return (cType == CIVIL);
359 * Determine whether a year is a leap year in the Islamic civil calendar
371 if (cType == CIVIL || cType == TBLA ||
394 if (cType == CIVIL || cType == TBLA) {
513 if (cType == CIVIL || cType == TBLA ||
533 if (cType == CIVIL || cType == TBLA ||
612 if (cType == CIVIL || cType == TBLA)
    [all...]
calendar.cpp 165 "islamic-civil",
352 cal = new IslamicCalendar(loc, status, IslamicCalendar::CIVIL);
    [all...]

Completed in 158 milliseconds