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

  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 31 fFontNames[i] = NULL;
115 if (fFontNames[font] != NULL) {
116 delete[] (char *) fFontNames[font];
132 if (strcmp(fontName, fFontNames[index]) == 0) {
167 fFontNames[index] = strcpy(s, fontName);
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]);
263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status);
FontMap.h 56 const char *fFontNames[scriptCodeCount];

Completed in 35 milliseconds