Home
last modified time | relevance | path

Searched refs:isDIGIT (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DFontMgrAndroidParserTest.cpp41 static bool isDIGIT(int c) { in isDIGIT() function
59 REPORTER_ASSERT(reporter, isALPHA(c) || isDIGIT(c) || '-' == c); in ValidateLoadedFonts()
/third_party/skia/tests/
DFontMgrAndroidParserTest.cpp42 static bool isDIGIT(int c) { in isDIGIT() function
60 REPORTER_ASSERT(reporter, isALPHA(c) || isDIGIT(c) || '-' == c); in ValidateLoadedFonts()