/external/icu/icu4c/source/i18n/ |
D | inputext.cpp | 26 #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()
|
D | winnmfmt.cpp | 53 #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()
|
D | csdetect.cpp | 33 #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()
|
D | ucoleitr.cpp | 43 #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()
|
D | windtfmt.cpp | 53 #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()
|
D | ucsdet.cpp | 27 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
|
/external/icu/icu4c/source/samples/layout/ |
D | pflow.c | 231 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()
|
D | arraymem.h | 21 #define DELETE_ARRAY(array) free((void *) (array)) macro
|
D | cgnomelayout.c | 293 DELETE_ARRAY(context); in closeSample()
|
D | clayout.c | 351 DELETE_ARRAY(context); in WndProc()
|
/external/icu/icu4c/source/test/letest/ |
D | letest.cpp | 144 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()
|
D | cletest.c | 123 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()
|
D | xmlreader.cpp | 243 DELETE_ARRAY(expected.positions); in readTestFile() 244 DELETE_ARRAY(expected.indices); in readTestFile() 245 DELETE_ARRAY(expected.glyphs); in readTestFile()
|
D | gendata.cpp | 342 DELETE_ARRAY(positions); in main() 343 DELETE_ARRAY(indices); in main() 344 DELETE_ARRAY(glyphs); in main()
|
D | letest.h | 38 #define DELETE_ARRAY(array) free((void *) (array)) macro
|
D | letsutil.cpp | 80 DELETE_ARRAY(cString); in freeCString()
|
/external/clang/test/SemaCXX/ |
D | delete.cpp | 106 #define DELETE_ARRAY(x) delete[] (x) macro 119 …DELETE_ARRAY(a); // expected-warning {{'delete[]' applied to a pointer that was allocated with … in f()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | delete.cpp | 106 #define DELETE_ARRAY(x) delete[] (x) macro 119 …DELETE_ARRAY(a); // expected-warning {{'delete[]' applied to a pointer that was allocated with … in f()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.cpp | 247 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/ |
D | colldata.cpp | 39 #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()
|
D | winnmtst.cpp | 54 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 224 DELETE_ARRAY(buffer); in getWindowsFormat()
|
D | ssearch.cpp | 56 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 23 #define DELETE_ARRAY(array) free(array) macro 88 DELETE_ARRAY(bytes); in freeBytes()
|