Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/layout/
DMPreFixups.cpp27 LE_DELETE_ARRAY(fFixupData); in ~MPreFixups()
74 LE_DELETE_ARRAY(mpreSave); in apply()
75 LE_DELETE_ARRAY(indexSave); in apply()
100 LE_DELETE_ARRAY(indexSave); in apply()
101 LE_DELETE_ARRAY(mpreSave); in apply()
DLEGlyphStorage.cpp38 LE_DELETE_ARRAY(fPositions); in reset()
43 LE_DELETE_ARRAY(fAuxData); in reset()
53 LE_DELETE_ARRAY(fCharIndices); in reset()
58 LE_DELETE_ARRAY(fGlyphs); in reset()
90 LE_DELETE_ARRAY(fGlyphs); in allocateGlyphArray()
113 LE_DELETE_ARRAY(fCharIndices); in allocateGlyphArray()
116 LE_DELETE_ARRAY(fGlyphs); in allocateGlyphArray()
459 LE_DELETE_ARRAY(fGlyphs); in adoptGlyphArray()
476 LE_DELETE_ARRAY(fCharIndices); in adoptCharIndicesArray()
486 LE_DELETE_ARRAY(fPositions); in adoptPositionArray()
[all …]
DCanonShaping.cpp77 LE_DELETE_ARRAY(indices); in reorderMarks()
78 LE_DELETE_ARRAY(combiningClasses); in reorderMarks()
DThaiLayoutEngine.cpp85 LE_DELETE_ARRAY(outChars); in computeGlyphs()
93 LE_DELETE_ARRAY(outChars); in computeGlyphs()
DIndicLayoutEngine.cpp112 LE_DELETE_ARRAY(outChars); in characterProcessing()
127 LE_DELETE_ARRAY(outChars); in characterProcessing()
DArabicLayoutEngine.cpp93 LE_DELETE_ARRAY(outChars); in characterProcessing()
171 LE_DELETE_ARRAY(tempChars); in glyphPostProcessing()
DLETypes.h352 #define LE_DELETE_ARRAY(array) uprv_free((void *) (array)) macro
396 #define LE_DELETE_ARRAY(array) free((void *) (array)) macro
DLEInsertionList.cpp42 LE_DELETE_ARRAY(record); in reset()
DTibetanLayoutEngine.cpp75 LE_DELETE_ARRAY(outChars); in characterProcessing()
DKhmerLayoutEngine.cpp69 LE_DELETE_ARRAY(outChars); in characterProcessing()
DOpenTypeLayoutEngine.cpp308 LE_DELETE_ARRAY(outChars); in characterProcessing()
427LE_DELETE_ARRAY(outChars); // FIXME: a subclass may have allocated this, in which case this delete… in computeGlyphs()
556 LE_DELETE_ARRAY(fFeatureTags); in adjustGlyphPositions()
DLookupProcessor.cpp328 LE_DELETE_ARRAY(lookupOrderArray); in ~LookupProcessor()
329 LE_DELETE_ARRAY(lookupSelectArray); in ~LookupProcessor()
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp105 LE_DELETE_ARRAY(currentRun); in StyleRuns()
112 LE_DELETE_ARRAY(fStyleIndices); in ~StyleRuns()
115 LE_DELETE_ARRAY(fRunLimits); in ~StyleRuns()
552 LE_DELETE_ARRAY(fEmbeddingLevels); in ~ParagraphLayout()
557 LE_DELETE_ARRAY(fGlyphToCharMap); in ~ParagraphLayout()
562 LE_DELETE_ARRAY(fCharToMinGlyphMap); in ~ParagraphLayout()
567 LE_DELETE_ARRAY(fCharToMaxGlyphMap); in ~ParagraphLayout()
572 LE_DELETE_ARRAY(fGlyphWidths); in ~ParagraphLayout()
589 LE_DELETE_ARRAY(fStyleRunLimits); in ~ParagraphLayout()
590 LE_DELETE_ARRAY(fStyleIndices); in ~ParagraphLayout()
[all …]
DRunArrays.cpp30 LE_DELETE_ARRAY(fLimits); in ~RunArray()
87 LE_DELETE_ARRAY(fFonts); in ~FontRuns()
139 LE_DELETE_ARRAY(fLocales); in ~LocaleRuns()
191 LE_DELETE_ARRAY(fValues); in ~ValueRuns()
Dplruns.cpp362 LE_DELETE_ARRAY(fLocales); in ~ULocRuns()
365 LE_DELETE_ARRAY(fLocaleNames); in ~ULocRuns()
/external/icu/icu4c/source/test/letest/
DFontTableCache.cpp43 LE_DELETE_ARRAY(fTableCache[i].table); in ~FontTableCache()
52 LE_DELETE_ARRAY(fTableCache); in ~FontTableCache()
57 LE_DELETE_ARRAY(table); in freeFontTable()
DPortableFontInstance.cpp201 LE_DELETE_ARRAY(fDirectory); in ~PortableFontInstance()
352 LE_DELETE_ARRAY(name); in deleteNameString()
357 LE_DELETE_ARRAY(name); in deleteNameString()
Dcmaps.h81 LE_DELETE_ARRAY(fcmap); in ~CMAPMapper()
/external/icu/icu4c/source/test/perf/leperf/
DFontTableCache.cpp43 LE_DELETE_ARRAY(fTableCache[i].table); in ~FontTableCache()
52 LE_DELETE_ARRAY(fTableCache); in ~FontTableCache()
57 LE_DELETE_ARRAY(table); in freeFontTable()
DPortableFontInstance.cpp200 LE_DELETE_ARRAY(fDirectory); in ~PortableFontInstance()
356 LE_DELETE_ARRAY(name); in deleteNameString()
361 LE_DELETE_ARRAY(name); in deleteNameString()
Dcmaps.h81 LE_DELETE_ARRAY(fcmap); in ~CMAPMapper()
/external/icu/icu4c/source/samples/layout/
DFontTableCache.cpp48 LE_DELETE_ARRAY(fTableCache); in ~FontTableCache()
54 LE_DELETE_ARRAY(table); in freeFontTable()
Dparagraph.cpp166 LE_DELETE_ARRAY(fLines); in ~Paragraph()
168 LE_DELETE_ARRAY(fChars); in ~Paragraph()
274 LE_DELETE_ARRAY(text); in paragraphFactory()
DGDIFontInstance.cpp99 LE_DELETE_ARRAY(ps); in drawGlyphs()
100 LE_DELETE_ARRAY(dx); in drawGlyphs()
101 LE_DELETE_ARRAY(ttGlyphs); in drawGlyphs()
Dcmaps.h85 LE_DELETE_ARRAY(fcmap); in ~CMAPMapper()

12