HomeSort by relevance Sort by last modified time
    Searched defs:isgraph (Results 51 - 72 of 72) sorted by null

1 23

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ctype.h 30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
ctype.h 76 int isgraph(int);
122 __CTYPE_INLINE int isgraph(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ctype.h 30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
  /external/stlport/stlport/
ctype.h 61 # undef isgraph macro
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } function
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 61 # undef isgraph macro
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h 61 # undef isgraph macro
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h 61 # undef isgraph macro
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } function
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
ctype.h 61 # undef isgraph macro
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } function
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
134 #undef isgraph macro
135 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
safe-ctype.h 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph)
131 #undef isgraph macro
132 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 107 __exctype (isgraph); variable
178 # define isgraph(c) __isctype((c), _ISgraph) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 107 __exctype (isgraph); variable
178 # define isgraph(c) __isctype((c), _ISgraph) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 107 __exctype (isgraph); variable
178 # define isgraph(c) __isctype((c), _ISgraph) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 2581 isgraph(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 2603 isgraph(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 2603 isgraph(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2581 isgraph(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2581 isgraph(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2581 isgraph(_CharT __c, const locale& __loc) function
    [all...]

Completed in 680 milliseconds

1 23