HomeSort by relevance Sort by last modified time
    Searched defs:iswspace (Results 1 - 13 of 13) sorted by null

  /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++/include/support/solaris/
wchar.h 7 #define iswspace sun_iswspace macro
27 #undef iswspace macro
  /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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /bionic/libc/bionic/
wchar.cpp 105 int iswspace(wint_t wc) { return isspace(wc); } function
  /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/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/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/libxml2/
trio.c 174 # define iswspace(x) isspace(x) macro
    [all...]

Completed in 1005 milliseconds