HomeSort by relevance Sort by last modified time
    Searched full:isprint (Results 26 - 50 of 272) sorted by null

12 3 4 5 6 7 8 91011

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
ctype.h 32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
ctype.h 32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 38 using _STLP_VENDOR_CSTD::isprint;
  /external/stlport/stlport/
ctype.h 52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
locale 67 #undef isprint
87 inline bool isprint (_CharT c, const locale& loc)
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
locale 67 #undef isprint
87 inline bool isprint (_CharT c, const locale& loc)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h 52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
locale 67 #undef isprint
87 inline bool isprint (_CharT c, const locale& loc)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h 52 # undef isprint macro
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); } function
locale 67 #undef isprint
87 inline bool isprint (_CharT c, const locale& loc)
  /bionic/libstdc++/include/
cctype 49 using ::isprint;
  /external/kernel-headers/original/linux/
ctype.h 28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
  /external/pcre/
dftables.c 177 if (isprint(i-8)) fprintf(f, " %c -", i-8);
179 if (isprint(i-1)) fprintf(f, " %c ", i-1);
188 if (isprint(i-8)) fprintf(f, " %c -", i-8);
190 if (isprint(i-1)) fprintf(f, " %c ", i-1);
  /external/stlport/stlport/using/
locale 15 using _STLP_NEW_IO_NAMESPACE::isprint;
  /frameworks/base/media/libstagefright/foundation/
hexdump.cpp 63 if (isprint(data[offset + i])) {
  /ndk/sources/cxx-stl/gabi++/include/
cctype 49 using ::isprint;
  /ndk/sources/cxx-stl/stlport/stlport/using/
locale 15 using _STLP_NEW_IO_NAMESPACE::isprint;
  /ndk/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype 47 using ::isprint;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype 47 using ::isprint;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
locale 15 using _STLP_NEW_IO_NAMESPACE::isprint;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cctype 49 using ::isprint;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
locale 15 using _STLP_NEW_IO_NAMESPACE::isprint;

Completed in 1197 milliseconds

12 3 4 5 6 7 8 91011