Home | History | Annotate | Download | only in intltest

Lines Matching refs:is_day

3310     int32_t is_day = is_cal->get(UCAL_DAY_OF_MONTH,status);
3314 if(is_day != 24 || is_month != IslamicCalendar::RABI_2 || is_year != 1395)
3315 errln("unexpected conversion date month %i not %i or day %i not 24 or year %i not 1395", is_month, IslamicCalendar::RABI_2, is_day, is_year);
3361 int32_t is_day = tstCal->get(UCAL_DAY_OF_MONTH,status);
3377 if(tbla_day - is_day != 1)
3378 errln("unexpected day difference between islamic and tbla: %d : %d ",tbla_day,is_day);