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

12 3 4 5 6

  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 58 int iswspace(wint_t);
  /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/icu/icu4c/source/test/perf/charperf/
charperf.h 201 iswspace(ch);
236 iswspace(ch);
  /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
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwscanf.c 143 if (iswspace(c)) {
145 iswspace(c))
339 iswspace(wi))
481 !iswspace(wi))
489 !iswspace(wi)) {
503 !iswspace(wi)) {
  /bionic/libc/upstream-openbsd/lib/libc/locale/
_wcstod.h 55 while (iswspace(*src)) {
  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 91 __inline int (iswspace)(int c) { return iswctype((unsigned short)(c), _SPACE); } function
  /development/ndk/platforms/android-3/include/
wchar.h 95 extern int iswspace(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 100 extern int iswspace(wint_t);
  /development/ndk/platforms/android-9/include/
wchar.h 81 extern int iswspace(wint_t);
  /external/libcxx/include/support/android/
locale_bionic.h 108 return iswspace(c);
  /external/srec/portable/include/
ptypes.h 427 #define LISSPACE iswspace
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wctype.h 117 `iswpunct', or `iswspace' is true. */
128 `iswspace' is false. */
133 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
140 locale-specific et of wide characters for which neither `iswspace'
147 extern int iswspace (wint_t __wc) __THROW;
151 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
236 `iswpunct', or `iswspace' is true. */
247 `iswspace' is false. */
252 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
259 locale-specific et of wide characters for which neither `iswspace'
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 117 `iswpunct', or `iswspace' is true. */
128 `iswspace' is false. */
133 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
140 locale-specific et of wide characters for which neither `iswspace'
147 extern int iswspace (wint_t __wc) __THROW;
151 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
236 `iswpunct', or `iswspace' is true. */
247 `iswspace' is false. */
252 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
259 locale-specific et of wide characters for which neither `iswspace'
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 88 extern int iswspace(wint_t);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
wchar.h 88 extern int iswspace(wint_t);

Completed in 782 milliseconds

12 3 4 5 6