Searched refs:fFonts (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layoutex/
H A DRunArrays.cpp77 : RunArray(initialCapacity), fFonts(NULL)
80 fFonts = LE_NEW_ARRAY(const LEFontInstance *, initialCapacity);
87 LE_DELETE_ARRAY(fFonts);
88 fFonts = NULL;
95 fFonts = LE_NEW_ARRAY(const LEFontInstance *, capacity);
101 fFonts = (const LEFontInstance **) LE_GROW_ARRAY(fFonts, capacity);
109 LEFontInstance **fonts = (LEFontInstance **) fFonts;
123 return fFonts[run];
/external/icu4c/layoutex/layout/
H A DRunArrays.h380 const LEFontInstance **fFonts; member in class:FontRuns
384 : RunArray(0), fFonts(NULL)
390 : RunArray(0), fFonts(NULL)
396 : RunArray(limits, count), fFonts(fonts)

Completed in 21 milliseconds