Searched refs:tbla_day (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2874 int32_t tbla_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.cpp2911 int32_t tbla_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 980 milliseconds