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

  /external/icu4c/i18n/
islamcal.h 29 * that implements the Islamic civil and religious calendars. It
30 * is used as the civil calendar in most of the Arab world and the
49 * is the <em>civil</em> calendar, which uses a fixed cycle of alternating 29-
52 * advance, so it is used as the civil calendar in a number of Arab countries.
61 * start of a month in the religious calendar to differ from the civil calendar
74 * fixed-cycle civil calendar is used. However, if <code>setCivil(false)</code>
90 * Calendar type - civil or religious
95 CIVIL
191 * @param beCivil Whether the calendar should be civil (default-TRUE) or religious (FALSE)
194 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
283 ECivil civil; member in class:IslamicCalendar
    [all...]
islamcal.cpp 82 if(civil==CIVIL) {
83 return "islamic-civil";
95 civil(beCivil)
100 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), civil(other.civil) {
108 * Determines whether this object uses the fixed-cycle Islamic civil calendar
111 * @param beCivil <code>true</code> to use the civil calendar,
117 if (civil != beCivil) {
121 civil = beCivil
    [all...]
calendar.cpp 147 "islamic-civil",
304 cal = new IslamicCalendar(loc, status, IslamicCalendar::CIVIL);
    [all...]

Completed in 2585 milliseconds