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

  /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);
353 #define _iswspace_l(_c,_p) (_iswctype_l(_c,_SPACE,_p)) macro
    [all...]

Completed in 74 milliseconds