Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpngerror.c148 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
165 if (isnonalpha(c)) in png_format_buffer()
Dpngrutil.c2474 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
2480 if (isnonalpha(chunk_name[0]) || isnonalpha(chunk_name[1]) || in png_check_chunk_name()
2481 isnonalpha(chunk_name[2]) || isnonalpha(chunk_name[3])) in png_check_chunk_name()
DCHANGES1251 Fixed definition of isnonalpha(), in pngerror.c and pngrutil.c (Cosmin).
/external/pdfium/third_party/libpng16/
Dpngerror.c427 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
445 if (isnonalpha(c) != 0) in png_format_buffer()
/external/libpng/
Dpngerror.c427 #define isnonalpha(c) ((c) < 65 || (c) > 122 || ((c) > 90 && (c) < 97)) macro
445 if (isnonalpha(c) != 0) in png_format_buffer()
DCHANGES1402 Fixed definition of isnonalpha(), in pngerror.c and pngrutil.c (Cosmin).