/external/icu4c/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 | 49 #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() 340 DELETE_ARRAY(buffer); in format()
|
D | csdetect.cpp | 33 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 48 DELETE_ARRAY(fCSRecognizers); in csdet_cleanup() 164 DELETE_ARRAY(recognizers); in setRecognizers() 350 DELETE_ARRAY(en->context); in enumClose() 353 DELETE_ARRAY(en); in enumClose()
|
D | bmsearch.cpp | 39 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 146 DELETE_ARRAY(ceb); in ~Target() 408 DELETE_ARRAY(history); in BadCharacterTable() 435 DELETE_ARRAY(history); in BadCharacterTable() 440 DELETE_ARRAY(minLengthCache); in ~BadCharacterTable() 523 DELETE_ARRAY(suff); in GoodSuffixTable() 560 DELETE_ARRAY(suff); in GoodSuffixTable() 565 DELETE_ARRAY(goodSuffixTable); in ~GoodSuffixTable()
|
D | windtfmt.cpp | 51 #define DELETE_ARRAY(array) uprv_free((void *) (array)) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() macro 255 DELETE_ARRAY(buffer); in formatDate() 281 DELETE_ARRAY(buffer); in formatTime()
|
D | ucoleitr.cpp | 42 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 80 DELETE_ARRAY(buffer); in ~RCEBuffer() 97 DELETE_ARRAY(buffer); in put() 153 DELETE_ARRAY(buffer); in ~PCEBuffer() 175 DELETE_ARRAY(buffer); in put()
|
D | colldata.cpp | 39 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 121 DELETE_ARRAY(ces); in ~CEList() 148 DELETE_ARRAY(ces); in add() 620 DELETE_ARRAY(key); in deleteKey() 820 DELETE_ARRAY(key); in ~CollData() 1012 DELETE_ARRAY(history); in minLengthInChars()
|
D | ucsdet.cpp | 22 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
|
/external/icu4c/test/letest/ |
D | FontTableCache.cpp | 41 DELETE_ARRAY(fTableCache[i].table); in ~FontTableCache() 49 DELETE_ARRAY(fTableCache); in ~FontTableCache() 54 DELETE_ARRAY(table); in freeFontTable()
|
D | letest.cpp | 142 DELETE_ARRAY(positions); in ParamTest() 143 DELETE_ARRAY(indices); in ParamTest() 144 DELETE_ARRAY(glyphs); in ParamTest() 709 DELETE_ARRAY(actual.positions); in DataDrivenTest() 710 DELETE_ARRAY(actual.indices); in DataDrivenTest() 711 DELETE_ARRAY(actual.glyphs); in DataDrivenTest() 716 DELETE_ARRAY(expected.positions); in DataDrivenTest() 717 DELETE_ARRAY(expected.indices); in DataDrivenTest() 718 DELETE_ARRAY(expected.glyphs); in DataDrivenTest()
|
D | cletest.c | 119 DELETE_ARRAY(positions); in ParamTest() 120 DELETE_ARRAY(indices); in ParamTest() 121 DELETE_ARRAY(glyphs); in ParamTest() 482 DELETE_ARRAY(actual.positions); in doTestCase() 483 DELETE_ARRAY(actual.indices); in doTestCase() 484 DELETE_ARRAY(actual.glyphs); in doTestCase()
|
D | gendata.cpp | 275 DELETE_ARRAY(positions); in main() 276 DELETE_ARRAY(indices); in main() 277 DELETE_ARRAY(glyphs); in main()
|
D | xmlreader.cpp | 241 DELETE_ARRAY(expected.positions); in readTestFile() 242 DELETE_ARRAY(expected.indices); in readTestFile() 243 DELETE_ARRAY(expected.glyphs); in readTestFile()
|
D | letest.h | 31 #define DELETE_ARRAY(array) free((void *) (array)) macro
|
D | PortableFontInstance.cpp | 182 DELETE_ARRAY(fDirectory); in ~PortableFontInstance() 328 DELETE_ARRAY(name); in deleteNameString() 333 DELETE_ARRAY(name); in deleteNameString()
|
D | cmaps.h | 81 DELETE_ARRAY(fcmap); in ~CMAPMapper()
|
D | letsutil.cpp | 76 DELETE_ARRAY(cString); in freeCString()
|
/external/icu4c/samples/layout/ |
D | pflow.c | 228 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()
|
D | arraymem.h | 18 #define DELETE_ARRAY(array) free((void *) (array)) macro
|
D | cgnomelayout.c | 287 DELETE_ARRAY(context); in closeSample()
|
D | clayout.c | 345 DELETE_ARRAY(context); in WndProc()
|
/external/icu4c/test/intltest/ |
D | winnmtst.cpp | 49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 219 DELETE_ARRAY(buffer); in getWindowsFormat()
|
D | csdetest.cpp | 31 #define DELETE_ARRAY(array) /*uprv_*/free((void *) (array)) macro 142 DELETE_ARRAY(bytes); in freeBytes() 222 DELETE_ARRAY(decoded); in checkEncoding() 299 DELETE_ARRAY(detected); in UTF8Test()
|
D | ssearch.cpp | 60 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 408 DELETE_ARRAY(resolvedFileName); in udhrTest() 478 DELETE_ARRAY(pattern); in udhrTest()
|
/external/icu4c/test/cintltst/ |
D | ucsdetst.c | 22 #define DELETE_ARRAY(array) free(array) macro 87 DELETE_ARRAY(bytes); in freeBytes()
|