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

  /ndk/sources/android/support/src/musl-ctype/
iswspace.c 9 int iswspace(wint_t wc) function
  /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/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 16 #define iswspace sun_iswspace macro
36 #undef iswspace macro
  /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);
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 112 int __cdecl iswspace(wint_t);
139 #define iswspace(_c) (iswctype(_c,_SPACE)) macro
154 __CRT_INLINE int __cdecl iswspace(wint_t _C) {return (iswctype(_C,_SPACE)); } function
ctype.h 153 int __cdecl iswspace(wint_t _C);
230 #define iswspace(_c) (iswctype(_c,_SPACE)) macro
wchar.h 232 int __cdecl iswspace(wint_t _C);
336 #define iswspace(_c) (iswctype(_c,_SPACE)) macro
    [all...]
  /external/libxml2/
trio.c 184 # define iswspace(x) isspace(x) macro
    [all...]

Completed in 146 milliseconds