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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2841 int32_t is_year = is_cal->get(UCAL_YEAR,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);
2868 int32_t is_year = tstCal->get(UCAL_YEAR,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.cpp2878 int32_t is_year = is_cal->get(UCAL_YEAR,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);
2905 int32_t is_year = tstCal->get(UCAL_YEAR,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 318 milliseconds