Searched defs:_isspace_l (Results 1 – 3 of 3) sorted by relevance
268 #define _isspace_l(c, locale) _ischartype_l(c, _SPACE, locale) macro
648 #define _isspace_l(_Char,_Locale) _ischartype_l(_Char,_SPACE,_Locale) macro
277 _isspace_l( in _isspace_l() function