HomeSort by relevance Sort by last modified time
    Searched refs:res_cnt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
tfsmalls.cpp 271 int32_t i, res_cnt; local
272 const Formattable* res_array = ft_arr.getArray( res_cnt );
273 if (res_cnt == ft_cnt) {
275 for (i = 0; i < res_cnt; i++ ) {
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR);
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);
297 if (res_cnt == 0 && res_array == NULL){
  /external/icu/icu4c/source/test/intltest/
tfsmalls.cpp 271 int32_t i, res_cnt; local
272 const Formattable* res_array = ft_arr.getArray( res_cnt );
273 if (res_cnt == ft_cnt) {
275 for (i = 0; i < res_cnt; i++ ) {
282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR);
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);
297 if (res_cnt == 0 && res_array == NULL){

Completed in 124 milliseconds