Searched refs:isALPHA (Results 1 – 1 of 1) sorted by relevance
29 static bool isALPHA(int c) { in isALPHA() function51 REPORTER_ASSERT(reporter, isALPHA(c) || isDIGIT(c) || '-' == c); in ValidateLoadedFonts()