Home
last modified time | relevance | path

Searched refs:fFontCount (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DFontMap.cpp27 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap()
118 for (font = 0; font < fFontCount; font += 1) { in ~FontMap()
124 for (font = 0; font < fFontCount; font += 1) { in ~FontMap()
135 for (index = 0; index < fFontCount; index += 1) { in getFontIndex()
141 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex()
142 index = fFontCount++; in getFontIndex()
149 for (index = 0; index < fFontCount; index += 1) { in getFontIndex()
262 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
DFontMap.h51 le_int32 fFontCount; variable