Home
last modified time | relevance | path

Searched refs:__iswcsym (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/ucrt/convert/
H A D_wctype.cpp155 return __iswcsym(c);
158 extern "C" __inline int (__cdecl __iswcsym)(wint_t const c)
160 return __iswcsym(c);
/reactos/sdk/include/crt/
H A Dwctype.h107 _CRTIMP int __cdecl __iswcsym(wint_t);
H A Dctype.h597 __iswcsym(
693 #define __iswcsym(_c) (iswalnum(_c) || ((_c)=='_')) macro
H A Dwchar.h213 _Check_return_ _CRTIMP int __cdecl __iswcsym(_In_ wint_t _C);
/reactos/sdk/include/ucrt/
H A Dcorecrt_wctype.h84 _Check_return_ _ACRTIMP int __cdecl __iswcsym (_In_ wint_t _C);
H A Dctype.h287 #define __iswcsym(c) (iswalnum(c) || ((c) == '_')) macro