Home
last modified time | relevance | path

Searched refs:_ispunct_l (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dctype.h50 _Check_return_ _ACRTIMP int __cdecl _ispunct_l(_In_ int _C, _In_opt_ _locale_t _Locale);
269 #define _ispunct_l(c, locale) _ischartype_l(c, _PUNCT, locale) macro
H A Dtchar.h2160 #define _istpunct_l _ispunct_l
/reactos/sdk/lib/ucrt/convert/
H A D_ctype.cpp151 extern "C" int (__cdecl _ispunct_l)(int const c, _locale_t const locale)
/reactos/sdk/include/crt/
H A Dctype.h199 _ispunct_l(
649 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale) macro
H A Dtchar.h1503 #define _istpunct_l _ispunct_l