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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2839 int32_t is_day = is_cal->get(UCAL_DAY_OF_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);
2866 int32_t is_day = tstCal->get(UCAL_DAY_OF_MONTH,status); local
2882 if(tbla_day - is_day != 1)
2883 errln("unexpected day difference between islamic and tbla: %d : %d ",tbla_day,is_day);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2876 int32_t is_day = is_cal->get(UCAL_DAY_OF_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);
2903 int32_t is_day = tstCal->get(UCAL_DAY_OF_MONTH,status); local
2919 if(tbla_day - is_day != 1)
2920 errln("unexpected day difference between islamic and tbla: %d : %d ",tbla_day,is_day);

Completed in 120 milliseconds