OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIVIL
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/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>
91
* Calendar type -
civil
or religious or um alqura
96
CIVIL
,
193
* @param type The Islamic calendar calculation type. The default value is
CIVIL
.
196
IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECalculationType type =
CIVIL
);
[
all
...]
islamcal.cpp
211
case
CIVIL
:
212
sType = "islamic-
civil
";
262
* Returns <code>true</code> if this object is using the fixed-cycle
civil
268
return (cType ==
CIVIL
);
357
* Determine whether a year is a leap year in the Islamic
civil
calendar
369
if (cType ==
CIVIL
|| cType == TBLA ||
392
if (cType ==
CIVIL
|| cType == TBLA) {
511
if (cType ==
CIVIL
|| cType == TBLA ||
531
if (cType ==
CIVIL
|| cType == TBLA ||
610
if (cType ==
CIVIL
|| cType == TBLA)
[
all
...]
calendar.cpp
163
"islamic-
civil
",
353
cal = new IslamicCalendar(loc, status, IslamicCalendar::
CIVIL
);
[
all
...]
Completed in 103 milliseconds