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

12

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

Completed in 362 milliseconds

12