Searched defs:DELETE_ARRAY (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/samples/layout/
H A Darraymem.h18 #define DELETE_ARRAY(array) free((void *) (array)) macro
/external/icu4c/test/letest/
H A Dletest.h31 #define DELETE_ARRAY(array) free((void *) (array)) macro
/external/icu4c/i18n/
H A Dinputext.cpp26 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
44 DELETE_ARRAY(fDeclaredEncoding);
45 DELETE_ARRAY(fByteStats);
46 DELETE_ARRAY(fInputBytes);
H A Ducsdet.cpp22 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
H A Dcsdetect.cpp33 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
48 DELETE_ARRAY(fCSRecognizers);
164 DELETE_ARRAY(recognizers);
350 DELETE_ARRAY(en->context);
353 DELETE_ARRAY(en);
H A Dwinnmfmt.cpp49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
101 DELETE_ARRAY(fmt->lpThousandSep);
102 DELETE_ARRAY(fmt->lpDecimalSep);
132 DELETE_ARRAY(fmt->lpCurrencySymbol);
133 DELETE_ARRAY(fmt->lpThousandSep);
134 DELETE_ARRAY(fmt->lpDecimalSep);
340 DELETE_ARRAY(buffer);
344 DELETE_ARRAY(nBuffer);
H A Ducoleitr.cpp42 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
80 DELETE_ARRAY(buffer);
97 DELETE_ARRAY(buffer);
153 DELETE_ARRAY(buffer);
175 DELETE_ARRAY(buffer);
H A Dwindtfmt.cpp51 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
255 DELETE_ARRAY(buffer);
281 DELETE_ARRAY(buffer);
H A Dbmsearch.cpp39 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
146 DELETE_ARRAY(ceb);
408 DELETE_ARRAY(history);
435 DELETE_ARRAY(history);
440 DELETE_ARRAY(minLengthCache);
523 DELETE_ARRAY(suff);
560 DELETE_ARRAY(suff);
565 DELETE_ARRAY(goodSuffixTable);
H A Dcolldata.cpp39 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
121 DELETE_ARRAY(ces);
148 DELETE_ARRAY(ces);
480 //DELETE_ARRAY(chars);
620 DELETE_ARRAY(key);
820 DELETE_ARRAY(key);
1012 DELETE_ARRAY(history);
/external/icu4c/test/intltest/
H A Dwinnmtst.cpp49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
219 DELETE_ARRAY(buffer);
223 DELETE_ARRAY(nBuffer);
H A Dcsdetest.cpp31 #define DELETE_ARRAY(array) /*uprv_*/free((void *) (array)) macro
142 DELETE_ARRAY(bytes);
222 DELETE_ARRAY(decoded);
299 DELETE_ARRAY(detected);
H A Dssearch.cpp60 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
408 DELETE_ARRAY(resolvedFileName);
478 DELETE_ARRAY(pattern);
/external/icu4c/test/cintltst/
H A Ducsdetst.c22 #define DELETE_ARRAY(array) free(array) macro
87 DELETE_ARRAY(bytes);

Completed in 4177 milliseconds