Home | History | Annotate | Download | only in src

Lines Matching refs:ctype_byname

36 // ctype_byname<char>
41 ctype_byname<char>::ctype_byname(const char* name, size_t refs)
55 void ctype_byname<char>::_M_init() {
66 ctype_byname<char>::~ctype_byname()
69 char ctype_byname<char>::do_toupper(char c) const
72 char ctype_byname<char>::do_tolower(char c) const
76 ctype_byname<char>::do_toupper(char* first, const char* last) const {
83 ctype_byname<char>::do_tolower(char* first, const char* last) const {
95 // ctype_byname<wchar_t>
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs)
124 ctype_byname<wchar_t>::~ctype_byname()
127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const
131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high,
149 ctype_byname<wchar_t>
154 ctype_byname<wchar_t>
158 wchar_t ctype_byname<wchar_t>::do_toupper(wchar_t c) const
162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const {
168 wchar_t ctype_byname<wchar_t>::do_tolower(wchar_t c) const
172 ctype_byname<wchar_t>::do_tolower(wchar_t* low, const wchar_t* high) const {