Searched defs:_ispunct_l (Results 1 – 2 of 2) sorted by relevance
225 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale) macro
21080 pub fn _ispunct_l(_C: ::std::os::raw::c_int, _Locale: _locale_t) -> ::std::os::raw::c_int; in _ispunct_l() function