Searched defs:isprint (Results 1 - 6 of 6) sorted by last modified time

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h48 #undef isprint macro
65 #define isprint isprint_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h 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/stlport/stlport/
H A Dctype.h52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
/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.
/external/linux-tools-perf/util/
H A Dutil.h232 #undef isprint macro
253 #define isprint(x) sane_istest(x,GIT_PRINT) macro
/external/kernel-headers/original/linux/
H A Dctype.h28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro

Completed in 175 milliseconds