HomeSort by relevance Sort by last modified time
    Searched full:iswpunct (Results 1 - 25 of 391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-locale/
iswpunct_l.c 5 return iswpunct(c);
  /ndk/sources/android/support/src/musl-ctype/
iswpunct.c 7 int iswpunct(wint_t wc) function
iswctype.c 38 return iswpunct(wc);
  /external/libcxx/include/
cwctype 38 int iswpunct(wint_t wc);
131 #ifdef iswpunct
132 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswpunct(wint_t __wc) {return iswpunct(__wc);}
133 #undef iswpunct
134 inline _LIBCPP_INLINE_VISIBILITY int iswpunct(wint_t __wc) {return __libcpp_iswpunct(__wc);}
135 #else // iswpunct
136 using ::iswpunct;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwctype 38 int iswpunct(wint_t wc);
131 #ifdef iswpunct
132 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswpunct(wint_t __wc) {return iswpunct(__wc);}
133 #undef iswpunct
134 inline _LIBCPP_INLINE_VISIBILITY int iswpunct(wint_t __wc) {return __libcpp_iswpunct(__wc);}
135 #else // iswpunct
136 using ::iswpunct;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cwctype 38 int iswpunct(wint_t wc);
131 #ifdef iswpunct
132 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswpunct(wint_t __wc) {return iswpunct(__wc);}
133 #undef iswpunct
134 inline _LIBCPP_INLINE_VISIBILITY int iswpunct(wint_t __wc) {return __libcpp_iswpunct(__wc);}
135 #else // iswpunct
136 using ::iswpunct;
  /external/libcxx/include/support/solaris/
wchar.h 17 #define iswpunct sun_iswpunct macro
37 #undef iswpunct macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 17 #define iswpunct sun_iswpunct macro
37 #undef iswpunct macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 17 #define iswpunct sun_iswpunct macro
37 #undef iswpunct macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wctype.h 117 `iswpunct', or `iswspace' is true. */
133 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
142 extern int iswpunct (wint_t __wc) __THROW;
146 `iswpunct' is true. */
151 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
236 `iswpunct', or `iswspace' is true. */
252 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
265 `iswpunct' is true. */
270 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 117 `iswpunct', or `iswspace' is true. */
133 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
142 extern int iswpunct (wint_t __wc) __THROW;
146 `iswpunct' is true. */
151 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
236 `iswpunct', or `iswspace' is true. */
252 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
265 `iswpunct' is true. */
270 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
  /bionic/libc/bionic/
wctype.cpp 45 int iswpunct(wint_t wc) { return ispunct(wc); } function
58 int iswpunct_l(wint_t c, locale_t) { return iswpunct(c); }
73 case WC_TYPE_PUNCT: return iswpunct(wc);
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 51 #ifdef iswpunct
52 #error iswpunct defined
104 static_assert((std::is_same<decltype(iswpunct(w)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 51 #ifdef iswpunct
52 #error iswpunct defined
104 static_assert((std::is_same<decltype(std::iswpunct(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 51 #ifdef iswpunct
52 #error iswpunct defined
104 static_assert((std::is_same<decltype(iswpunct(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 51 #ifdef iswpunct
52 #error iswpunct defined
104 static_assert((std::is_same<decltype(std::iswpunct(w)), int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 113 int __cdecl iswpunct(wint_t);
140 #define iswpunct(_c) (iswctype(_c,_PUNCT)) macro
155 __CRT_INLINE int __cdecl iswpunct(wint_t _C) {return (iswctype(_C,_PUNCT)); } function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cwctype 70 #undef iswpunct
99 using ::iswpunct;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cwctype 68 #undef iswpunct
97 using ::iswpunct;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwctype 68 #undef iswpunct
97 using ::iswpunct;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwctype 64 #undef iswpunct
93 using ::iswpunct;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwctype 64 #undef iswpunct
93 using ::iswpunct;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwctype 64 #undef iswpunct
93 using ::iswpunct;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwctype 64 #undef iswpunct
93 using ::iswpunct;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwctype 70 #undef iswpunct
99 using ::iswpunct;

Completed in 1284 milliseconds

1 2 3 4 5 6 7 8 91011>>