Home
last modified time | relevance | path

Searched refs:res_array (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtfsmalls.cpp272 const Formattable* res_array = ft_arr.getArray( res_cnt ); in test_Formattable() local
276 if (res_array[i] != ftarray[i]) { in test_Formattable()
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); in test_Formattable()
295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR); in test_Formattable()
297 if (res_cnt == 0 && res_array == NULL){ in test_Formattable()