Home
last modified time | relevance | path

Searched refs:isnonalpha (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c427 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
445 if (isnonalpha(c) != 0) in png_format_buffer()

Completed in 2 milliseconds