Lines Matching defs:__c

164       is(mask __m, char_type __c) const  in is()
227 toupper(char_type __c) const in toupper()
256 tolower(char_type __c) const in tolower()
288 widen(char __c) const in widen()
326 narrow(char_type __c, char __dfault) const in narrow()
797 toupper(char_type __c) const in toupper()
830 tolower(char_type __c) const in tolower()
867 widen(char __c) const in widen()
925 narrow(char_type __c, char __dfault) const in narrow()
1075 do_widen(char __c) const in do_widen()
1124 do_narrow(char_type __c, char) const in do_narrow()
1189 char __c; in _M_narrow_init() local
2135 _M_find(const _CharT2*, size_t __len, _CharT2 __c) const in _M_find() argument
2158 _M_find(const _CharT2* __zero, size_t __len, _CharT2 __c) const in _M_find()
4455 get(catalog __c, int __set, int __msgid, const string_type& __s) const in get()
4466 close(catalog __c) const in close()
4617 isprint(_CharT __c, const locale& __loc) in isprint()
4623 iscntrl(_CharT __c, const locale& __loc) in iscntrl()
4629 isupper(_CharT __c, const locale& __loc) in isupper()
4635 islower(_CharT __c, const locale& __loc) in islower()
4641 isalpha(_CharT __c, const locale& __loc) in isalpha()
4647 isdigit(_CharT __c, const locale& __loc) in isdigit()
4653 ispunct(_CharT __c, const locale& __loc) in ispunct()
4659 isxdigit(_CharT __c, const locale& __loc) in isxdigit()
4665 isalnum(_CharT __c, const locale& __loc) in isalnum()
4671 isgraph(_CharT __c, const locale& __loc) in isgraph()
4677 toupper(_CharT __c, const locale& __loc) in toupper()
4683 tolower(_CharT __c, const locale& __loc) in tolower()