Home | History | Annotate | Download | only in i18n

Lines Matching defs:civil

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);
209 * Determines whether this object uses the fixed-cycle Islamic civil calendar
212 * @param beCivil <code>CIVIL</code> to use the civil calendar,
219 * Returns <code>true</code> if this object is using the fixed-cycle civil
234 * Determine whether a year is a leap year in the Islamic civil calendar
279 * <code>CIVIL</code> if this object uses the fixed-cycle Islamic civil calendar,
283 ECivil civil;