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