Searched refs:matchWords (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontCacheWx.cpp65 static String* matchWords[3] = { new String("Arabic"), new String("Pashto"), new String("Urdu") }; local
68 if (currFamily->family().contains(*matchWords[j], false))
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCacheMac.mm159 static String* matchWords[3] = { new String("Arabic"), new String("Pashto"), new String("Urdu") };
162 if (currFamily->family().contains(*matchWords[j], false))

Completed in 106 milliseconds