Searched defs:is_month (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2840 int32_t is_month = is_cal->get(UCAL_MONTH,status); local
2843 if(is_day != 29 || is_month != IslamicCalendar::RABI_2 || is_year != 1395)
2844 errln("unexpected conversion date month %i not %i or day %i not 20 or year %i not 1395", is_month, IslamicCalendar::RABI_2, is_day, is_year);
2867 int32_t is_month = tstCal->get(UCAL_MONTH,status); local
2879 if(tbla_month != is_month || tbla_year != is_year)
2880 errln("unexpected difference between islamic and tbla month %d : %d and/or year %d : %d",tbla_month,is_month,tbla_year,is_year);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2877 int32_t is_month = is_cal->get(UCAL_MONTH,status); local
2880 if(is_day != 29 || is_month != IslamicCalendar::RABI_2 || is_year != 1395)
2881 errln("unexpected conversion date month %i not %i or day %i not 20 or year %i not 1395", is_month, IslamicCalendar::RABI_2, is_day, is_year);
2904 int32_t is_month = tstCal->get(UCAL_MONTH,status); local
2916 if(tbla_month != is_month || tbla_year != is_year)
2917 errln("unexpected difference between islamic and tbla month %d : %d and/or year %d : %d",tbla_month,is_month,tbla_year,is_year);

Completed in 150 milliseconds