Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dinputext.cpp26 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
44 DELETE_ARRAY(fDeclaredEncoding); in ~InputText()
45 DELETE_ARRAY(fByteStats); in ~InputText()
46 DELETE_ARRAY(fInputBytes); in ~InputText()
Dwinnmfmt.cpp49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
101 DELETE_ARRAY(fmt->lpThousandSep); in freeNumberFormat()
102 DELETE_ARRAY(fmt->lpDecimalSep); in freeNumberFormat()
132 DELETE_ARRAY(fmt->lpCurrencySymbol); in freeCurrencyFormat()
133 DELETE_ARRAY(fmt->lpThousandSep); in freeCurrencyFormat()
134 DELETE_ARRAY(fmt->lpDecimalSep); in freeCurrencyFormat()
347 DELETE_ARRAY(buffer); in format()
Dcsdetect.cpp33 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
63 DELETE_ARRAY(fCSRecognizers); in csdet_cleanup()
341 DELETE_ARRAY(en->context); in enumClose()
344 DELETE_ARRAY(en); in enumClose()
453 DELETE_ARRAY(en); in getAllDetectableCharsets()
476 DELETE_ARRAY(en); in getDetectableCharsets()
Ducoleitr.cpp41 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
77 DELETE_ARRAY(buffer); in ~RCEBuffer()
101 DELETE_ARRAY(buffer); in put()
134 DELETE_ARRAY(buffer); in ~PCEBuffer()
163 DELETE_ARRAY(buffer); in put()
Dwindtfmt.cpp51 #define DELETE_ARRAY(array) uprv_free((void *) (array)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
256 DELETE_ARRAY(buffer); in formatDate()
282 DELETE_ARRAY(buffer); in formatTime()
Ducsdet.cpp27 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
/external/icu/icu4c/source/samples/layout/
Dpflow.c228 DELETE_ARRAY(obj->fLines[i]); in pf_close()
231 DELETE_ARRAY(obj->fLines); in pf_close()
237 DELETE_ARRAY(obj->fParagraphLayout); in pf_close()
239 DELETE_ARRAY(obj->fChars); in pf_close()
241 DELETE_ARRAY(obj); in pf_close()
377 DELETE_ARRAY(text); in pf_factory()
Darraymem.h18 #define DELETE_ARRAY(array) free((void *) (array)) macro
Dcgnomelayout.c287 DELETE_ARRAY(context); in closeSample()
Dclayout.c345 DELETE_ARRAY(context); in WndProc()
/external/icu/icu4c/source/test/letest/
Dletest.cpp142 DELETE_ARRAY(positions); in ParamTest()
143 DELETE_ARRAY(indices); in ParamTest()
144 DELETE_ARRAY(glyphs); in ParamTest()
710 DELETE_ARRAY(actual.positions); in DataDrivenTest()
711 DELETE_ARRAY(actual.indices); in DataDrivenTest()
712 DELETE_ARRAY(actual.glyphs); in DataDrivenTest()
718 DELETE_ARRAY(expected.positions); in DataDrivenTest()
719 DELETE_ARRAY(expected.indices); in DataDrivenTest()
720 DELETE_ARRAY(expected.glyphs); in DataDrivenTest()
Dcletest.c121 DELETE_ARRAY(positions); in ParamTest()
122 DELETE_ARRAY(indices); in ParamTest()
123 DELETE_ARRAY(glyphs); in ParamTest()
484 DELETE_ARRAY(actual.positions); in doTestCase()
485 DELETE_ARRAY(actual.indices); in doTestCase()
486 DELETE_ARRAY(actual.glyphs); in doTestCase()
Dxmlreader.cpp241 DELETE_ARRAY(expected.positions); in readTestFile()
242 DELETE_ARRAY(expected.indices); in readTestFile()
243 DELETE_ARRAY(expected.glyphs); in readTestFile()
Dgendata.cpp340 DELETE_ARRAY(positions); in main()
341 DELETE_ARRAY(indices); in main()
342 DELETE_ARRAY(glyphs); in main()
Dletest.h36 #define DELETE_ARRAY(array) free((void *) (array)) macro
Dletsutil.cpp78 DELETE_ARRAY(cString); in freeCString()
/external/clang/test/SemaCXX/
Ddelete.cpp106 #define DELETE_ARRAY(x) delete[] (x) macro
119DELETE_ARRAY(a); // expected-warning {{'delete[]' applied to a pointer that was allocated with … in f()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp241 DELETE_ARRAY(expected.positions); in readTestFile()
242 DELETE_ARRAY(expected.indices); in readTestFile()
243 DELETE_ARRAY(expected.glyphs); in readTestFile()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp37 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
103 DELETE_ARRAY(ces); in ~CEList()
125 DELETE_ARRAY(ces); in add()
647 DELETE_ARRAY(history); in minLengthInChars()
Dwinnmtst.cpp49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
219 DELETE_ARRAY(buffer); in getWindowsFormat()
Dcsdetest.cpp31 #define DELETE_ARRAY(array) /*uprv_*/free((void *) (array)) macro
154 DELETE_ARRAY(bytes); in freeBytes()
234 DELETE_ARRAY(decoded); in checkEncoding()
350 DELETE_ARRAY(detected); in UTF8Test()
Dssearch.cpp45 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c22 #define DELETE_ARRAY(array) free(array) macro
87 DELETE_ARRAY(bytes); in freeBytes()