Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/layoutex/
DRunArrays.cpp23 fLimits = LE_NEW_ARRAY(le_int32, fCapacity); in RunArray()
52 fLimits = LE_NEW_ARRAY(le_int32, capacity); in init()
80 fFonts = LE_NEW_ARRAY(const LEFontInstance *, initialCapacity); in FontRuns()
95 fFonts = LE_NEW_ARRAY(const LEFontInstance *, capacity); in init()
132 fLocales = LE_NEW_ARRAY(const Locale *, initialCapacity); in LocaleRuns()
147 fLocales = LE_NEW_ARRAY(const Locale *, capacity); in init()
184 fValues = LE_NEW_ARRAY(le_int32, initialCapacity); in ValueRuns()
199 fValues = LE_NEW_ARRAY(le_int32, capacity); in init()
DParagraphLayout.cpp58 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount); in StyleRuns()
66 fRunLimits = LE_NEW_ARRAY(le_int32, maxRunCount); in StyleRuns()
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
366 fStyleRunLimits = LE_NEW_ARRAY(le_int32, fStyleRunCount); in ParagraphLayout()
367 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount); in ParagraphLayout()
379 fStyleRunInfo = LE_NEW_ARRAY(StyleRunInfo, fStyleRunCount); in ParagraphLayout()
437 fGlyphWidths = LE_NEW_ARRAY(float, fGlyphCount); in ParagraphLayout()
438 fGlyphToCharMap = LE_NEW_ARRAY(le_int32, fGlyphCount + 1); in ParagraphLayout()
439 fCharToMinGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()
440 fCharToMaxGlyphMap = LE_NEW_ARRAY(le_int32, fCharCount + 1); in ParagraphLayout()
[all …]
Dplruns.cpp330 Locale **locales = LE_NEW_ARRAY(Locale *, count); in getLocales()
349 fLocaleNames = LE_NEW_ARRAY(const char *, initialCapacity); in ULocRuns()
373 fLocaleNames = LE_NEW_ARRAY(const char *, capacity); in init()
/external/icu/icu4c/source/layout/
DMPreFixups.cpp22 fFixupData = LE_NEW_ARRAY(FixupData, charCount); in MPreFixups()
70 LEGlyphID *mpreSave = LE_NEW_ARRAY(LEGlyphID, mpreCount); in apply()
71 le_int32 *indexSave = LE_NEW_ARRAY(le_int32, mpreCount); in apply()
DCanonShaping.cpp40 le_int32 *combiningClasses = LE_NEW_ARRAY(le_int32, charCount); in reorderMarks()
41 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); in reorderMarks()
DLEGlyphStorage.cpp78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount); in allocateGlyphArray()
87 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount); in allocateGlyphArray()
137 fPositions = LE_NEW_ARRAY(float, 2 * (fGlyphCount + 1)); in allocatePositions()
159 fAuxData = LE_NEW_ARRAY(le_uint32, fGlyphCount); in allocateAuxData()
DArabicLayoutEngine.cpp82 outChars = LE_NEW_ARRAY(LEUnicode, count); in characterProcessing()
156 LEUnicode *tempChars = LE_NEW_ARRAY(LEUnicode, tempGlyphCount); in glyphPostProcessing()
DLETypes.h336 #define LE_NEW_ARRAY(type, count) (type *) LE_RANGE_CHECK(type,count,uprv_malloc((count) * sizeof(… macro
380 #define LE_NEW_ARRAY(type, count) LE_RANGE_CHECK(type,count,(type *) malloc((count) * sizeof(type))) macro
DLEInsertionList.cpp60 …InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (cou… in insert()
DTibetanLayoutEngine.cpp64 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
DKhmerLayoutEngine.cpp58 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
DLookupProcessor.cpp179 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount); in LookupProcessor()
226 lookupOrderArray = LE_NEW_ARRAY(le_uint16, featureReferences); in LookupProcessor()
DThaiLayoutEngine.cpp75 outChars = LE_NEW_ARRAY(LEUnicode, count * 2); in computeGlyphs()
DIndicLayoutEngine.cpp101 outChars = LE_NEW_ARRAY(LEUnicode, worstCase); in characterProcessing()
DLayoutEngine.cpp237 reordered = LE_NEW_ARRAY(LEUnicode, count); in characterProcessing()
287 outChars = LE_NEW_ARRAY(LEUnicode, outCharCount); in characterProcessing()
/external/icu/icu4c/source/test/perf/leperf/
Dleperf.cpp43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10); in iterate()
44 indices = LE_NEW_ARRAY(le_int32, glyphCount + 10); in iterate()
45 positions = LE_NEW_ARRAY(float, glyphCount + 10); in iterate()
DPortableFontInstance.cpp110 fDirectory = (const SFNTDirectory *) LE_NEW_ARRAY(char, dirSize); in PortableFontInstance()
241 void *table = LE_NEW_ARRAY(char, *length); in readTable()
306 char *result = LE_NEW_ARRAY(char, length + 2); in getNameString()
339 LEUnicode16 *result = LE_NEW_ARRAY(LEUnicode16, length + 2); in getUnicodeNameString()
DFontTableCache.cpp26 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize); in FontTableCache()
/external/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp56 TTGlyphID *ttGlyphs = LE_NEW_ARRAY(TTGlyphID, count); in drawGlyphs()
57 le_int32 *dx = LE_NEW_ARRAY(le_int32, count); in drawGlyphs()
58 float *ps = LE_NEW_ARRAY(float, count * 2 + 2); in drawGlyphs()
350 result = LE_NEW_ARRAY(char, len); in readFontTable()
Dparagraph.cpp94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); in Paragraph()
95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph()
97 fChars = LE_NEW_ARRAY(LEUnicode, charCount + 1); in Paragraph()
DGnomeFontInstance.cpp130 result = LE_NEW_ARRAY(FT_Byte, len); in readFontTable()
181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount); in rasterizeGlyphs()
DFontTableCache.cpp24 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize); in FontTableCache()
DUnicodeReader.cpp107 charBuffer = LE_NEW_ARRAY(UChar, charCount + 1); in readFile()
/external/icu/icu4c/source/test/letest/
DPortableFontInstance.cpp111 fDirectory = (const SFNTDirectory *) LE_NEW_ARRAY(char, dirSize); in PortableFontInstance()
242 void *table = LE_NEW_ARRAY(char, *length); in readTable()
302 char *result = LE_NEW_ARRAY(char, length + 2); in getNameString()
335 LEUnicode16 *result = LE_NEW_ARRAY(LEUnicode16, length + 2); in getUnicodeNameString()
DFontTableCache.cpp26 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize); in FontTableCache()

12