Home
last modified time | relevance | path

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

/external/icu4c/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()
Dcolldata.cpp39 #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()
Ducsdet.cpp22 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
/external/icu4c/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
DPortableFontInstance.cpp182 DELETE_ARRAY(fDirectory); in ~PortableFontInstance()
328 DELETE_ARRAY(name); in deleteNameString()
333 DELETE_ARRAY(name); in deleteNameString()
Dcmaps.h81 DELETE_ARRAY(fcmap); in ~CMAPMapper()
Dletsutil.cpp76 DELETE_ARRAY(cString); in freeCString()
/external/icu4c/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
Dcgnomelayout.c287 DELETE_ARRAY(context); in closeSample()
Dclayout.c345 DELETE_ARRAY(context); in WndProc()
/external/icu4c/test/intltest/
Dwinnmtst.cpp49 #define DELETE_ARRAY(array) uprv_free((void *) (array)) macro
219 DELETE_ARRAY(buffer); in getWindowsFormat()
Dcsdetest.cpp31 #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()
Dssearch.cpp60 #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/
Ducsdetst.c22 #define DELETE_ARRAY(array) free(array) macro
87 DELETE_ARRAY(bytes); in freeBytes()