HomeSort by relevance Sort by last modified time
    Searched refs:ispunct (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /bionic/libc/unistd/
charclass.h 22 { "punct", ispunct },
  /external/openssh/openbsd-compat/
charclass.h 24 { "punct", ispunct },
  /bionic/libstdc++/include/
cctype 50 using ::ispunct;
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 49 #undef ispunct macro
66 #define ispunct ispunct_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /ndk/sources/cxx-stl/gabi++/include/
cctype 50 using ::ispunct;
  /ndk/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype 48 using ::ispunct;
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype 48 using ::ispunct;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/
cctype 50 using ::ispunct;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
cctype 50 using ::ispunct;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 62 #ifdef ispunct
88 using std::ispunct;
  /external/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cctype.h 39 using _STLP_VENDOR_CSTD::ispunct;
  /bionic/libc/include/
ctype.h 79 int ispunct(int);
137 __CTYPE_INLINE int ispunct(int c) function
  /development/ndk/platforms/android-3/include/
ctype.h 79 int ispunct(int);
137 __CTYPE_INLINE int ispunct(int c) function
  /external/stlport/stlport/
ctype.h 58 # undef ispunct macro
77 __inline int (ispunct)(int c) { return _isctype(c, _PUNCT); } function
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 58 # undef ispunct macro
77 __inline int (ispunct)(int c) { return _isctype(c, _PUNCT); } function
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
ctype.h 79 int ispunct(int);
137 __CTYPE_INLINE int ispunct(int c) function
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
ctype.h 79 int ispunct(int);
137 __CTYPE_INLINE int ispunct(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
ctype.h 79 int ispunct(int);
137 __CTYPE_INLINE int ispunct(int c) function

Completed in 1072 milliseconds

1 2 3 4 5