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

/external/stlport/stlport/
H A Dctype.h52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h200 #undef isprint macro
229 #define isprint(x) sane_istest(x,GIT_PRINT) macro
/external/valgrind/main/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/chromium_org/third_party/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.
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc66 #undef isprint macro
78 inline bool isprint(char c) { function in namespace:google::protobuf
426 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.
451 (!isprint(*src) ||
485 // Currently only \n, \r, \t, ", ', \ and !isprint() chars are escaped.

Completed in 6200 milliseconds