Searched refs:DELETE_ARRAY (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/icu/source/samples/layout/
H A Darraymem.h18 #define DELETE_ARRAY(array) free((void *) (array)) macro
H A Dpflow.c228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
377 DELETE_ARRAY(text);
/external/icu/icu4c/source/samples/layout/
H A Darraymem.h18 #define DELETE_ARRAY(array) free((void *) (array)) macro
H A Dpflow.c228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
377 DELETE_ARRAY(text);
/external/chromium_org/third_party/icu/source/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 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);
347 DELETE_ARRAY(buffer);
351 DELETE_ARRAY(nBuffer);
H A Dcsdetect.cpp33 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
63 DELETE_ARRAY(fCSRecognizers);
339 DELETE_ARRAY(en->context);
342 DELETE_ARRAY(en);
451 DELETE_ARRAY(en);
474 DELETE_ARRAY(en);
H A Dwindtfmt.cpp51 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
256 DELETE_ARRAY(buffer);
282 DELETE_ARRAY(buffer);
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.h31 #define DELETE_ARRAY(array) free((void *) (array)) macro
H A Dletsutil.cpp76 DELETE_ARRAY(cString);
H A Dxmlreader.cpp241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
H A Dgendata.cpp340 DELETE_ARRAY(positions);
341 DELETE_ARRAY(indices);
342 DELETE_ARRAY(glyphs);
/external/icu/icu4c/source/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 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);
347 DELETE_ARRAY(buffer);
351 DELETE_ARRAY(nBuffer);
H A Ducoleitr.cpp47 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
83 DELETE_ARRAY(buffer);
100 DELETE_ARRAY(buffer);
133 DELETE_ARRAY(buffer);
155 DELETE_ARRAY(buffer);
H A Dcsdetect.cpp33 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
63 DELETE_ARRAY(fCSRecognizers);
339 DELETE_ARRAY(en->context);
342 DELETE_ARRAY(en);
451 DELETE_ARRAY(en);
474 DELETE_ARRAY(en);
H A Dwindtfmt.cpp51 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
256 DELETE_ARRAY(buffer);
282 DELETE_ARRAY(buffer);
/external/icu/icu4c/source/test/letest/
H A Dletest.h31 #define DELETE_ARRAY(array) free((void *) (array)) macro
H A Dletsutil.cpp76 DELETE_ARRAY(cString);
H A Dxmlreader.cpp241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
H A Dgendata.cpp340 DELETE_ARRAY(positions);
341 DELETE_ARRAY(indices);
342 DELETE_ARRAY(glyphs);
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dxmlreader.cpp241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp241 DELETE_ARRAY(expected.positions);
242 DELETE_ARRAY(expected.indices);
243 DELETE_ARRAY(expected.glyphs);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp35 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
101 DELETE_ARRAY(ces);
123 DELETE_ARRAY(ces);
633 DELETE_ARRAY(history);
H A Dwinnmtst.cpp49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
219 DELETE_ARRAY(buffer);
223 DELETE_ARRAY(nBuffer);

Completed in 549 milliseconds

12