Home | History | Annotate | Download | only in intltest

Lines Matching refs:RABI_2

3266     initMonth = IslamicCalendar::RABI_2;
3282 if(day != (initDay + loopCnt - 1) || month != IslamicCalendar::RABI_2 || year != 1434)
3283 errln("invalid values for RABI_2 date after roll of %d", loopCnt);
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);