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