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

/external/chromium_org/third_party/libpng/
H A Dpngerror.c153 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
170 if (isnonalpha(c))
H A Dpngrutil.c2489 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
2495 if (isnonalpha(chunk_name[0]) || isnonalpha(chunk_name[1]) ||
2496 isnonalpha(chunk_name[2]) || isnonalpha(chunk_name[3]))
/external/qemu/distrib/libpng-1.2.46/
H A Dpngerror.c153 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
170 if (isnonalpha(c))
H A Dpngrutil.c2505 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
2511 if (isnonalpha(chunk_name[0]) || isnonalpha(chunk_name[1]) ||
2512 isnonalpha(chunk_name[2]) || isnonalpha(chunk_name[3]))
/external/libpng/
H A Dpngerror.c424 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
445 if (isnonalpha(c))

Completed in 257 milliseconds