Searched defs:_islower_l (Results 1 – 3 of 3) sorted by relevance
265 #define _islower_l(c, locale) _ischartype_l(c, _LOWER, locale) macro
645 #define _islower_l(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale) macro
253 _islower_l( in _islower_l() function