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

/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.cc66 #undef isprint macro
78 inline bool isprint(char c) { function in namespace:google::protobuf
464 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.
489 (!isprint(*src) ||
523 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.

Completed in 1078 milliseconds