HomeSort by relevance Sort by last modified time
    Searched refs:_iswspace_l (Results 1 - 6 of 6) sorted by null

  /external/libcxx/include/support/win32/
locale_win32.h 91 #define iswspace_l _iswspace_l
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 91 #define iswspace_l _iswspace_l
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 91 #define iswspace_l _iswspace_l
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 154 _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale);
242 #define _iswspace_l(_c,_p) (_iswctype_l(_c,_SPACE,_p)) macro
wchar.h 233 _CRTIMP int __cdecl _iswspace_l(wint_t _C,_locale_t _Locale);
349 #define _iswspace_l(_c,_p) (_iswctype_l(_c,_SPACE,_p)) macro
    [all...]
tchar.h 434 #define _istspace_l _iswspace_l

Completed in 65 milliseconds