Home | History | Annotate | Download | only in intltest

Lines Matching refs:is_month

3311     int32_t is_month = is_cal->get(UCAL_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);
3362 int32_t is_month = tstCal->get(UCAL_MONTH,status);
3374 if(tbla_month != is_month || tbla_year != is_year)
3375 errln("unexpected difference between islamic and tbla month %d : %d and/or year %d : %d",tbla_month,is_month,tbla_year,is_year);