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

  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 30 fFontIndices[i] = -1;
84 if (fFontIndices[script] >= 0) {
86 fFontIndices[script] = -1;
89 fFontIndices[script] = getFontIndex(fontName);
95 if (fFontIndices[script] < 0) {
96 fFontIndices[script] = defaultFont;
149 if (fFontIndices[script] == index) {
207 le_int32 fontIndex = fFontIndices[scriptCode];
FontMap.h 57 le_int32 fFontIndices[scriptCodeCount];

Completed in 41 milliseconds