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

1 2 3 4 5

  /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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 7 #define iswspace sun_iswspace macro
27 #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
  /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), "");
  /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
  /external/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /ndk/sources/android/support/include/
wctype.h 52 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;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 78 using _STLP_VENDOR_CSTD_WFUNC::iswspace;
  /external/bison/darwin-lib/
wctype.h 428 # undef iswspace macro
446 # define iswspace rpl_iswspace
564 iswspace function
678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc));
690 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc));
702 _GL_CXXALIASWARN (iswspace); variable
  /external/bison/linux-lib/
wctype.h 428 # undef iswspace macro
446 # define iswspace rpl_iswspace
564 iswspace function
678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc));
690 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc));
702 _GL_CXXALIASWARN (iswspace); variable
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.h 201 iswspace(ch);
236 iswspace(ch);
  /external/icu4c/test/perf/charperf/
charperf.h 201 iswspace(ch);
236 iswspace(ch);
  /external/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function

Completed in 832 milliseconds

1 2 3 4 5