Searched refs:_ispunct_l (Results 1 – 5 of 5) sorted by relevance
50 _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
2160 #define _istpunct_l _ispunct_l
151 extern "C" int (__cdecl _ispunct_l)(int const c, _locale_t const locale)
199 _ispunct_l(649 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale) macro
1503 #define _istpunct_l _ispunct_l