Home | History | Annotate | Download | only in include

Lines Matching defs:_iswprint_l

239   _CRTIMP int __cdecl _iswprint_l(wint_t _C,_locale_t _Locale);
352 #define _iswprint_l(_c,_p) (_iswctype_l(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT,_p))