/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/ |
libc.so | |
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/ |
libc.so | |
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 619 isprint
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 628 isprint
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 105 'isalnum', 'isalpha', 'isdigit', 'iscntrl', 'isgraph', 'islower', 'isprint',
|
cpp-qt.php | 95 'isalnum', 'isalpha', 'isdigit', 'iscntrl', 'isgraph', 'islower', 'isprint',
|
klonecpp.php | 74 'isalnum', 'isalpha', 'isdigit', 'iscntrl', 'isgraph', 'islower', 'isprint',
|
lscript.php | 108 'isNil', 'isNum', 'IsOpen', 'isOriginal', 'isPrint', 'isPunct', 'isScene',
|
objc.php | 111 'isupper', 'isspace', 'ispunct', 'isprint', 'islower',
|
/system/core/debuggerd/mips/ |
machine.c | 81 * Our isprint() allows high-ASCII characters that display
|
/external/chromium/testing/gtest/src/ |
gtest-printers.cc | 139 // value of c directly instead of calling isprint(), which is buggy on
|
/external/gtest/src/ |
gtest-printers.cc | 139 // value of c directly instead of calling isprint(), which is buggy on
|
/external/iptables/extensions/ |
libxt_string.c | 217 if (! isprint(str[i]))
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-printers.cc | 139 // value of c directly instead of calling isprint(), which is buggy on
|
/external/llvm/lib/Target/Hexagon/ |
HexagonAsmPrinter.cpp | 248 // if (isprint(*Name))
|
/external/llvm/utils/unittest/googletest/ |
gtest-printers.cc | 139 // value of c directly instead of calling isprint(), which is buggy on
|
/external/qemu/ |
qemu-common.h | 193 #define qemu_isprint(c) isprint((unsigned char)(c))
|
/external/tcpdump/ |
print-rip.c | 133 if (!isprint(*p))
|
/frameworks/base/core/java/android/text/ |
SpannableStringBuilder.java | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/ |
locale_support.c | 45 define_char_wrapper_l (isprint); variable
|
/external/elfutils/src/ |
objdump.c | 651 fputc_unlocked (isascii (cp[inner]) && isprint (cp[inner]) 672 fputc_unlocked (isascii (cp[inner]) && isprint (cp[inner])
|
strings.c | 350 if (ch <= 255 && (isprint (ch) || ch == '\t')) 415 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)) {
|