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

1 2 3 45

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 860 #define isspace(c) iswspace(btowc(c))
    [all...]
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 860 #define isspace(c) iswspace(btowc(c))
    [all...]
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 551 if (iswspace(*wcp)) {
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 227 if ((mask & _Locale_SPACE) != 0 && iswspace(wc))
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
    [all...]
  /external/ltrace/etc/
libc.so.conf 471 int iswspace(wint_t);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 232 int __cdecl iswspace(wint_t _C);
336 #define iswspace(_c) (iswctype(_c,_SPACE)) macro
    [all...]
tchar.h 433 #define _istspace iswspace

Completed in 2040 milliseconds

1 2 3 45