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.cpp53 #define DELETE_ARRAY(array) uprv_free((void *) (array)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
105 DELETE_ARRAY(fmt->lpThousandSep); in freeNumberFormat()
106 DELETE_ARRAY(fmt->lpDecimalSep); in freeNumberFormat()
136 DELETE_ARRAY(fmt->lpCurrencySymbol); in freeCurrencyFormat()
137 DELETE_ARRAY(fmt->lpThousandSep); in freeCurrencyFormat()
138 DELETE_ARRAY(fmt->lpDecimalSep); in freeCurrencyFormat()
447 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.cpp43 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
79 DELETE_ARRAY(buffer); in ~RCEBuffer()
103 DELETE_ARRAY(buffer); in put()
136 DELETE_ARRAY(buffer); in ~PCEBuffer()
165 DELETE_ARRAY(buffer); in put()
Dwindtfmt.cpp53 #define DELETE_ARRAY(array) uprv_free((void *) (array)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro
335 DELETE_ARRAY(buffer); in formatDate()
368 DELETE_ARRAY(buffer); in formatTime()
Ducsdet.cpp27 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
/external/icu/icu4c/source/samples/layout/
Dpflow.c231 DELETE_ARRAY(obj->fLines[i]); in pf_close()
234 DELETE_ARRAY(obj->fLines); in pf_close()
240 DELETE_ARRAY(obj->fParagraphLayout); in pf_close()
242 DELETE_ARRAY(obj->fChars); in pf_close()
244 DELETE_ARRAY(obj); in pf_close()
380 DELETE_ARRAY(text); in pf_factory()
Darraymem.h21 #define DELETE_ARRAY(array) free((void *) (array)) macro
Dcgnomelayout.c293 DELETE_ARRAY(context); in closeSample()
Dclayout.c351 DELETE_ARRAY(context); in WndProc()
/external/icu/icu4c/source/test/letest/
Dletest.cpp144 DELETE_ARRAY(positions); in ParamTest()
145 DELETE_ARRAY(indices); in ParamTest()
146 DELETE_ARRAY(glyphs); in ParamTest()
712 DELETE_ARRAY(actual.positions); in DataDrivenTest()
713 DELETE_ARRAY(actual.indices); in DataDrivenTest()
714 DELETE_ARRAY(actual.glyphs); in DataDrivenTest()
720 DELETE_ARRAY(expected.positions); in DataDrivenTest()
721 DELETE_ARRAY(expected.indices); in DataDrivenTest()
722 DELETE_ARRAY(expected.glyphs); in DataDrivenTest()
Dcletest.c123 DELETE_ARRAY(positions); in ParamTest()
124 DELETE_ARRAY(indices); in ParamTest()
125 DELETE_ARRAY(glyphs); in ParamTest()
486 DELETE_ARRAY(actual.positions); in doTestCase()
487 DELETE_ARRAY(actual.indices); in doTestCase()
488 DELETE_ARRAY(actual.glyphs); in doTestCase()
Dxmlreader.cpp243 DELETE_ARRAY(expected.positions); in readTestFile()
244 DELETE_ARRAY(expected.indices); in readTestFile()
245 DELETE_ARRAY(expected.glyphs); in readTestFile()
Dgendata.cpp342 DELETE_ARRAY(positions); in main()
343 DELETE_ARRAY(indices); in main()
344 DELETE_ARRAY(glyphs); in main()
Dletest.h38 #define DELETE_ARRAY(array) free((void *) (array)) macro
Dletsutil.cpp80 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/llvm-project/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.cpp247 DELETE_ARRAY(expected.positions); in readTestFile()
248 DELETE_ARRAY(expected.indices); in readTestFile()
249 DELETE_ARRAY(expected.glyphs); in readTestFile()
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp39 #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.cpp54 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
224 DELETE_ARRAY(buffer); in getWindowsFormat()
Dssearch.cpp56 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c23 #define DELETE_ARRAY(array) free(array) macro
88 DELETE_ARRAY(bytes); in freeBytes()