Home
last modified time | relevance | path

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

12

/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()
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()
Ducoleitr.cpp47 #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()
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()
/external/chromium_org/third_party/icu/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()
340 DELETE_ARRAY(buffer); in format()
Dcsdetect.cpp33 #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()
Dbmsearch.cpp39 #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()
Dwindtfmt.cpp51 #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()
Ducoleitr.cpp42 #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/
DFontTableCache.cpp41 DELETE_ARRAY(fTableCache[i].table); in ~FontTableCache()
49 DELETE_ARRAY(fTableCache); in ~FontTableCache()
54 DELETE_ARRAY(table); in freeFontTable()
Dletest.cpp142 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()
Dcletest.c119 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()
Dgendata.cpp275 DELETE_ARRAY(positions); in main()
276 DELETE_ARRAY(indices); in main()
277 DELETE_ARRAY(glyphs); in main()
Dxmlreader.cpp241 DELETE_ARRAY(expected.positions); in readTestFile()
242 DELETE_ARRAY(expected.indices); in readTestFile()
243 DELETE_ARRAY(expected.glyphs); in readTestFile()
Dletest.h31 #define DELETE_ARRAY(array) 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
/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()
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()
Dcletest.c119 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()
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.h31 #define DELETE_ARRAY(array) free((void *) (array)) macro
/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()

12