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