Home
last modified time | relevance | path

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

/third_party/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()
/third_party/cups-filters/cupsfilters/
Dppdgenerator.c1050 cups_array_t *res_array = NULL; in ippResolutionListToArray() local
1059 res_array = resolutionArrayNew(); in ippResolutionListToArray()
1060 if (res_array) { in ippResolutionListToArray()
1063 if (cupsArrayFind(res_array, res) == NULL) in ippResolutionListToArray()
1064 cupsArrayAdd(res_array, res); in ippResolutionListToArray()
1068 if (cupsArrayCount(res_array) == 0) { in ippResolutionListToArray()
1069 cupsArrayDelete(res_array); in ippResolutionListToArray()
1070 res_array = NULL; in ippResolutionListToArray()
1075 return res_array; in ippResolutionListToArray()
/third_party/cups-filters/utils/
Dcups-browsed.c1715 cups_array_t *res_array; in add_resolution_attributes() local
1724 res_array = NULL; in add_resolution_attributes()
1725 res_array = resolutionArrayNew(); in add_resolution_attributes()
1738 if (cupsArrayFind(res_array, res) == NULL) { in add_resolution_attributes()
1739 cupsArrayAdd(res_array, res); in add_resolution_attributes()
1749 for (i = 0, resolution=cupsArrayFirst(res_array); resolution; in add_resolution_attributes()
1750 i ++, resolution = cupsArrayNext(res_array)) { in add_resolution_attributes()
1758 cupsArrayDelete(res_array); in add_resolution_attributes()
1759 res_array = NULL; in add_resolution_attributes()