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

1 2 3 4 5 6

  /ndk/sources/android/support/src/musl-ctype/
iswgraph.c 6 return !iswspace(wc) && iswprint(wc);
iswspace.c 9 int iswspace(wint_t wc) function
iswctype.c 40 return iswspace(wc);
  /ndk/sources/android/support/src/musl-locale/
iswspace_l.c 5 return iswspace(c);
  /external/libcxx/include/support/solaris/
wchar.h 16 #define iswspace sun_iswspace macro
36 #undef iswspace macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 16 #define iswspace sun_iswspace macro
36 #undef iswspace macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 16 #define iswspace sun_iswspace macro
36 #undef iswspace macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 86 # undef iswspace macro
101 # define iswspace rpl_iswspace macro
164 iswspace (wint_t wc) function
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 55 #ifdef iswspace
56 #error iswspace defined
105 static_assert((std::is_same<decltype(iswspace(w)), int>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 55 #ifdef iswspace
56 #error iswspace defined
105 static_assert((std::is_same<decltype(std::iswspace(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 55 #ifdef iswspace
56 #error iswspace defined
105 static_assert((std::is_same<decltype(iswspace(w)), int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 55 #ifdef iswspace
56 #error iswspace defined
105 static_assert((std::is_same<decltype(std::iswspace(w)), int>::value), "");
  /ndk/sources/android/support/src/wcstox/
wcstod.c 12 while (iswspace(*t)) t++;
wcstol.c 15 while (iswspace(*t)) t++;
  /bionic/libc/bionic/
wctype.cpp 46 int iswspace(wint_t wc) { return isspace(wc); } function
59 int iswspace_l(wint_t c, locale_t) { return iswspace(c); }
74 case WC_TYPE_SPACE: return iswspace(wc);
  /external/bison/lib/
wctype.in.h 126 # undef iswspace macro
144 # define iswspace rpl_iswspace macro
262 iswspace
376 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc));
388 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc));
400 _GL_CXXALIASWARN (iswspace); variable
  /bionic/libc/upstream-openbsd/lib/libc/locale/
_wcstol.h 71 } while (iswspace(wc));
_wcstoul.h 69 } while (iswspace(wc));
  /external/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /ndk/sources/android/support/include/
wctype.h 58 int iswspace(wint_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;

Completed in 487 milliseconds

1 2 3 4 5 6