Searched defs:TTSUFFIX (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c387 static const char TTSUFFIX[] = " (TrueType)"; local
389 size_t TTSLEN = strlen(TTSUFFIX);
405 if (strcmp(suffix, TTSUFFIX) == 0 || strcmp(suffix, OTSUFFIX) == 0) {
413 static const wchar_t TTSUFFIX[] = L" (TrueType)"; local
415 size_t TTSLEN = wcslen(TTSUFFIX);
430 if (wcscmp(suffix, TTSUFFIX) == 0 || wcscmp(suffix, OTSUFFIX) == 0) {

Completed in 438 milliseconds