HomeSort by relevance Sort by last modified time
    Searched refs:fFontCount (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 23 : fPointSize(pointSize), fFontCount(0), fAscent(0), fDescent(0), fLeading(0), fGUISupport(guiSupport)
114 for (font = 0; font < fFontCount; font += 1) {
120 for (font = 0; font < fFontCount; font += 1) {
131 for (index = 0; index < fFontCount; index += 1) {
137 if (fFontCount < (le_int32) scriptCodeCount) {
138 index = fFontCount++;
145 for (index = 0; index < fFontCount; index += 1) {
258 for (le_int32 i = 0; i < fFontCount; i += 1) {
FontMap.h 47 le_int32 fFontCount;

Completed in 1666 milliseconds