HomeSort by relevance Sort by last modified time
    Searched full:isprint (Results 376 - 400 of 691) sorted by null

<<11121314151617181920>>

  /external/lldb/source/Core/
Event.cpp 143 size_t num_printable_chars = std::count_if (m_bytes.begin(), m_bytes.end(), isprint);
  /external/pcre/dist/
pcre_maketables.c 124 if (isprint(i)) p[cbit_print + i/8] |= 1 << (i&7);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h 182 if (ISPRINT (c)) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 118 _CRTIMP int __cdecl isprint(int _C);
  /external/google-breakpad/src/testing/gtest/src/
gtest-printers.cc 131 // value of c directly instead of calling isprint(), which is buggy on
  /external/iptables/extensions/
libxt_string.c 218 if (! isprint(str[i]))
  /external/libdrm/tests/
dristat.c 147 for (pt = cmd; *pt; pt++) if (!isprint(*pt)) *pt = ' ';
  /external/libedit/src/
chartype.c 352 else if (Isprint(c))
  /external/lldb/examples/functions/
main.cpp 115 if (isprint(opt->val))
  /external/llvm/utils/unittest/googletest/src/
gtest-printers.cc 139 // value of c directly instead of calling isprint(), which is buggy on
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 139 // value of c directly instead of calling isprint(), which is buggy on
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java     [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 504 if (isprint(data[i+j])) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
exception_safety.ipp 451 if( (std::isprint)( c ) )
  /external/elfutils/src/src/
objdump.c 603 fputc_unlocked (isascii (cp[inner]) && isprint (cp[inner])
624 fputc_unlocked (isascii (cp[inner]) && isprint (cp[inner])
strings.c 349 if (ch <= 255 && (isprint (ch) || ch == '\t'))
417 if ((isprint (*buf) || *buf == '\t') && (! char_7bit || *buf <= 127))
  /external/jpeg/
djpeg.c 29 #include <ctype.h> /* to declare isprint() */
403 } else if (isprint(ch)) {
rdjpgcom.c 248 } else if (isprint(ch)) {
  /external/toybox/toys/posix/
ls.c 82 if (toys.optflags & FLAG_q) for (; *s; s++) if (!isprint(*s)) *s = '?';
463 for (p=sort[next]->name; *p; p++) fputc(isprint(*p) ? *p : '?', stdout);
sort.c 154 if (isprint(str[end])) str[start++] = str[end];
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 66 #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.
    [all...]
  /bionic/libc/
libc.map 650 isprint;
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 121 printf("%c",isprint(buf[i])?buf[i]:'.');
  /external/gtest/src/
gtest-printers.cc 131 // value of c directly instead of calling isprint(), which is buggy on
  /external/ppp/pppd/plugins/radius/
avpair.c 715 if (!(isprint (*ptr)))

Completed in 2385 milliseconds

<<11121314151617181920>>