Searched refs:is_day (Results 1 – 2 of 2) sorted by relevance
865 int is_day = is_cal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura() local868 if(is_day != 24 || is_month != IslamicCalendar.RABI_2 || is_year != 1395) in TestIslamicUmAlQura()869 errln("unexpected conversion date: "+is_day+" "+is_month+" "+is_year); in TestIslamicUmAlQura()981 int is_day = is_cal.get(Calendar.DAY_OF_MONTH); in TestIslamicTabularDates() local983 if(is_day2 - is_day != 1) in TestIslamicTabularDates()984 errln("unexpected difference between civil and tbla: "+is_day2+" : "+is_day); in TestIslamicTabularDates()
3310 int32_t is_day = is_cal->get(UCAL_DAY_OF_MONTH,status); in TestIslamicUmAlQura() local3314 if(is_day != 24 || is_month != IslamicCalendar::RABI_2 || is_year != 1395) in TestIslamicUmAlQura()3315 … not %i or day %i not 24 or year %i not 1395", is_month, IslamicCalendar::RABI_2, is_day, is_year); in TestIslamicUmAlQura()3361 int32_t is_day = tstCal->get(UCAL_DAY_OF_MONTH,status); in TestIslamicTabularDates() local3377 if(tbla_day - is_day != 1) in TestIslamicTabularDates()3378 errln("unexpected day difference between islamic and tbla: %d : %d ",tbla_day,is_day); in TestIslamicTabularDates()