Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DFontMap.cpp35 fFontNames[i] = NULL; in FontMap()
119 if (fFontNames[font] != NULL) { in ~FontMap()
120 delete[] (char *) fFontNames[font]; in ~FontMap()
136 if (strcmp(fontName, fFontNames[index]) == 0) { in getFontIndex()
171 fFontNames[index] = strcpy(s, fontName); in getFontIndex()
221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
224 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]); in getScriptFont()
267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
DFontMap.h60 const char *fFontNames[scriptCodeCount]; variable