Searched refs:_Locale_toupper (Results 1 – 5 of 5) sorted by relevance
197 int _Locale_toupper(struct _Locale_ctype *, int /* c */);
70 { return (char)_Locale_toupper(_M_ctype, c); } in do_toupper()78 *first = (char)_Locale_toupper(_M_ctype, *first); in do_toupper()
203 int _Locale_toupper(struct _Locale_ctype*lctype, int c) in _Locale_toupper() function
287 int _Locale_toupper( struct _Locale_ctype *__loc, int c ) in _Locale_toupper() function
1035 int _Locale_toupper(_Locale_ctype_t* ltype, int c) { in _Locale_toupper() function