Searched defs:isprint (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/include/
H A Dctype.h24 int isprint(int c);
50 #undef isprint macro
/external/syslinux/com32/include/
H A Dctype.h80 __ctype_inline int isprint(int __c) function
/external/syslinux/core/lwip/src/core/ipv4/
H A Dip_addr.c113 #ifndef isprint
115 #define isprint(c) in_range(c, 0x20, 0x7f) macro
/external/python/cpython2/Lib/curses/
H A Dascii.py62 def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function
93 elif isprint(bits & 0x7f):
/external/python/cpython3/Lib/curses/
H A Dascii.py62 def isprint(c): return 32 <= _ctoi(c) <= 126 function
93 elif isprint(bits & 0x7f):
/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.h78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
138 #undef isprint macro
139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc65 #undef isprint macro
77 inline bool isprint(char c) { function in namespace:google::protobuf
480 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.
505 (!isprint(*src) ||
585 if (!isprint(c)) {
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 247 milliseconds