Home | History | Annotate | Download | only in i18n

Lines Matching refs:CIVIL

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) {
614 // Use the civil calendar approximation, which is just arithmetic
647 //Use Civil calculation
675 } else { // invalid 'civil'
744 IslamicCalendar calendar(Locale("@calendar=islamic-civil"),status);