Home | History | Annotate | Download | only in bits

Lines Matching refs:ctype

34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) const