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

<<11121314151617181920>>

  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 468 isprint
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 471 isprint
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 465 isprint
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 480 isprint
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 474 isprint
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 549 isprint
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 584 isprint
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 495 isprint
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 489 isprint
  /external/e2fsprogs/debugfs/
zap.c 251 printf("%c", isprint(buf[i+j]) ? buf[i+j] : '.');
  /external/icu/icu4c/source/test/perf/charperf/
charperf.cpp 163 return new CharPerfFunction(isPrint, MIN_, MAX_);
  /external/ipsec-tools/src/racoon/
misc.c 64 if ((buf[i] & 0x80) || !isprint(buf[i]))
  /external/libcxx/include/support/xlocale/
xlocale.h 54 return isprint(c);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 61 if (isprint(buf[i])) {
  /external/toybox/kconfig/lxdialog/
inputbox.c 149 if (key < 0x100 && isprint(key)) {
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 483 return isprint(what & 0xff)
484 && isprint((what >> 8) & 0xff)
485 && isprint((what >> 16) & 0xff)
486 && isprint((what >> 24) & 0xff);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/
locale_android.cpp 19 // isprint() properly. The implementation of isblank() relies on
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 72 isprint(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 72 isprint(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
localefwd.h 72 isprint(_CharT, const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 66 isprint(_CharT, const locale&);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 66 isprint(_CharT, const locale&);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 66 isprint(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 66 isprint(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 74 isprint(_CharT, const locale&);

Completed in 660 milliseconds

<<11121314151617181920>>