Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DFontMap.cpp23 …: fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSuppo… in FontMap()
114 for (font = 0; font < fFontCount; font += 1) { in ~FontMap()
120 for (font = 0; font < fFontCount; font += 1) { in ~FontMap()
131 for (index = 0; index < fFontCount; index += 1) { in getFontIndex()
137 if (fFontCount < (le_int32) scriptCodeCount) { in getFontIndex()
138 index = fFontCount++; in getFontIndex()
145 for (index = 0; index < fFontCount; index += 1) { in getFontIndex()
258 for (le_int32 i = 0; i < fFontCount; i += 1) { in getMaxMetrics()
DFontMap.h47 le_int32 fFontCount; variable