HomeSort by relevance Sort by last modified time
    Searched refs:isALPHA (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
FontMgrAndroidParserTest.cpp 33 static bool isALPHA(int c) {
56 REPORTER_ASSERT(reporter, isALPHA(c) || isDIGIT(c) || '-' == c);
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 33 static bool isALPHA(int c) {
56 REPORTER_ASSERT(reporter, isALPHA(c) || isDIGIT(c) || '-' == c);

Completed in 85 milliseconds