HomeSort by relevance Sort by last modified time
    Searched refs:LE_NEW_ARRAY (Results 1 - 25 of 37) sorted by null

1 2

  /external/icu/icu4c/source/layoutex/
RunArrays.cpp 23 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);
ParagraphLayout.cpp 58 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_int32, fCharCount + 1)
    [all...]
plruns.cpp 330 Locale **locales = LE_NEW_ARRAY(Locale *, count);
349 fLocaleNames = LE_NEW_ARRAY(const char *, initialCapacity);
373 fLocaleNames = LE_NEW_ARRAY(const char *, capacity);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
leperf.cpp 43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10);
44 indices = LE_NEW_ARRAY(le_int32, glyphCount + 10);
45 positions = LE_NEW_ARRAY(float, glyphCount + 10);
FontTableCache.cpp 26 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize);
  /external/icu/icu4c/source/layout/
MPreFixups.cpp 22 fFixupData = LE_NEW_ARRAY(FixupData, charCount);
70 LEGlyphID *mpreSave = LE_NEW_ARRAY(LEGlyphID, mpreCount);
71 le_int32 *indexSave = LE_NEW_ARRAY(le_int32, mpreCount);
CanonShaping.cpp 40 le_int32 *combiningClasses = LE_NEW_ARRAY(le_int32, charCount);
41 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount);
KhmerLayoutEngine.cpp 58 outChars = LE_NEW_ARRAY(LEUnicode, worstCase);
LEInsertionList.cpp 60 InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (count - ANY_NUMBER) * sizeof (LEGlyphID));
TibetanLayoutEngine.cpp 64 outChars = LE_NEW_ARRAY(LEUnicode, worstCase);
ThaiLayoutEngine.cpp 75 outChars = LE_NEW_ARRAY(LEUnicode, count * 2);
  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10);
44 indices = LE_NEW_ARRAY(le_int32, glyphCount + 10);
45 positions = LE_NEW_ARRAY(float, glyphCount + 10);
FontTableCache.cpp 26 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize);
  /external/chromium_org/third_party/icu/source/samples/layout/
FontTableCache.cpp 24 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize);
GnomeFontInstance.cpp 130 result = LE_NEW_ARRAY(FT_Byte, len);
181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount);
UnicodeReader.cpp 107 charBuffer = LE_NEW_ARRAY(UChar, charCount + 1);
paragraph.cpp 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax);
97 fChars = LE_NEW_ARRAY(LEUnicode, charCount + 1);
GDIFontInstance.cpp 56 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/samples/layout/
FontTableCache.cpp 24 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize);
GnomeFontInstance.cpp 130 result = LE_NEW_ARRAY(FT_Byte, len);
181 cairo_glyph_t *glyph_t = LE_NEW_ARRAY(cairo_glyph_t, glyphCount);
UnicodeReader.cpp 107 charBuffer = LE_NEW_ARRAY(UChar, charCount + 1);
paragraph.cpp 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax);
95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax);
97 fChars = LE_NEW_ARRAY(LEUnicode, charCount + 1);
  /external/chromium_org/third_party/icu/source/test/letest/
FontTableCache.cpp 26 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize);
PortableFontInstance.cpp 110 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/test/letest/
FontTableCache.cpp 26 fTableCache = LE_NEW_ARRAY(FontTableCacheEntry, fTableCacheSize);

Completed in 471 milliseconds

1 2