/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 | 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() 347 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() 339 DELETE_ARRAY(en->context); in enumClose() 342 DELETE_ARRAY(en); in enumClose() 451 DELETE_ARRAY(en); in getAllDetectableCharsets() 474 DELETE_ARRAY(en); in getDetectableCharsets()
|
D | ucoleitr.cpp | 47 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro 83 DELETE_ARRAY(buffer); in ~RCEBuffer() 100 DELETE_ARRAY(buffer); in put() 133 DELETE_ARRAY(buffer); in ~PCEBuffer() 155 DELETE_ARRAY(buffer); in put()
|
D | windtfmt.cpp | 51 #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()
|
/external/chromium_org/third_party/icu/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 | 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()
|
/external/chromium_org/third_party/icu/source/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
|
/external/icu/icu4c/source/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
|
/external/icu/icu4c/source/test/letest/ |
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() 717 DELETE_ARRAY(expected.positions); in DataDrivenTest() 718 DELETE_ARRAY(expected.indices); in DataDrivenTest() 719 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 | xmlreader.cpp | 241 DELETE_ARRAY(expected.positions); in readTestFile() 242 DELETE_ARRAY(expected.indices); in readTestFile() 243 DELETE_ARRAY(expected.glyphs); in readTestFile()
|
D | gendata.cpp | 340 DELETE_ARRAY(positions); in main() 341 DELETE_ARRAY(indices); in main() 342 DELETE_ARRAY(glyphs); in main()
|
D | letest.h | 31 #define DELETE_ARRAY(array) free((void *) (array)) macro
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | xmlreader.cpp | 241 DELETE_ARRAY(expected.positions); in readTestFile() 242 DELETE_ARRAY(expected.indices); in readTestFile() 243 DELETE_ARRAY(expected.glyphs); in readTestFile()
|