/external/llvm/include/llvm/Support/ |
Locale.h | 11 bool isPrint(int c);
|
/external/llvm/lib/Support/ |
LocaleGeneric.inc | 11 bool isPrint(int c) {
|
LocaleWindows.inc | 9 bool isPrint(int c) {
|
LocaleXlocale.inc | 33 int isprint(int c) const { 55 bool isPrint(int c) { 56 return l->isprint(c);
|
/bionic/libc/unistd/ |
charclass.h | 21 { "print", isprint },
|
/external/openssh/openbsd-compat/ |
charclass.h | 23 { "print", isprint },
|
/development/tools/yuv420sp2rgb/ |
debug.c | 23 if (isprint(pchr[last]))
|
/external/bison/lib/ |
mbswidth.c | 32 /* Get isprint(). */ 78 /* Get ISPRINT. */ 85 #undef ISPRINT 86 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) 213 if (ISPRINT (c))
|
/external/webkit/Source/JavaScriptCore/wtf/ |
DisallowCType.h | 48 #undef isprint macro 65 #define isprint isprint_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 56 #undef isprint 72 using ::isprint;
|
/system/extras/tests/bionic/libstdc++/ |
test_cctype.cpp | 59 #ifdef isprint 83 using std::isprint;
|
/development/ndk/platforms/android-3/include/linux/ |
ctype.h | 32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
|
/external/icu4c/test/perf/charperf/ |
CharPerf.pl | 46 "isPrint", ["$p TestStdLibIsPrint" , "$p TestIsPrint" ],
|
CharPerf_r.pl | 50 "isPrint", ["$p1 TestIsPrint" , "$p2 TestIsPrint" ],
|
/external/stlport/stlport/stl/ |
_cctype.h | 38 using _STLP_VENDOR_CSTD::isprint;
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.h | 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) 138 #undef isprint macro 139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cctype.h | 38 using _STLP_VENDOR_CSTD::isprint;
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 132 ctype uses should be through macros like ISPRINT... If 152 #undef ISPRINT 153 #define ISPRINT(c) (ISASCII (c) && isprint (c))
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
safe-ctype.h | 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */ 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) 135 #undef isprint macro 136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
|