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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngerror.c393 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
410 if (isnonalpha(c))
H A Dpngrutil.c2685 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
2691 if (isnonalpha(chunk_name[0]) || isnonalpha(chunk_name[1]) ||
2692 isnonalpha(chunk_name[2]) || isnonalpha(chunk_name[3]))

Completed in 48 milliseconds