Searched refs:_WLocale_tolower (Results 1 – 5 of 5) sorted by relevance
206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t);
169 { return _WLocale_tolower(_M_ctype, c); } in do_tolower()174 *low = _WLocale_tolower(_M_ctype, *low); in do_tolower()
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_tolower() function
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_tolower() function
327 wint_t _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c ) in _WLocale_tolower() function