Home | History | Annotate | Download | only in intltest

Lines Matching full:getarray

272     const Formattable* res_array = ft_arr.getArray( res_cnt );
281 it_logln("FT getArray tested");
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR);
284 it_errln("*** FT getArray with status failed on real array");
286 it_logln("FT getArray with status tested on real array");
289 it_errln("*** FT getArray comparison");
292 it_errln(UnicodeString("*** FT getArray count res_cnt=") + res_cnt + UnicodeString("ft_cnt=") + ft_cnt);
295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR);
298 it_logln("FT getArray with status tested on non array");
300 it_errln("*** FT getArray with status return values are not consistent");
303 it_errln("*** FT getArray with status should fail on non-array");