Searched defs:ctype_byname (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dfacets_byname.cpp36 // ctype_byname<char>
41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
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<cha
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
[all...]
/external/stlport/stlport/stl/
H A D_ctype.h59 template <class charT> class ctype_byname {}; class
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype
150 explicit ctype_byname(const char*, size_t = 0);
151 ~ctype_byname();
160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype
243 explicit ctype_byname(const char* __name, size_t __refs = 0);
246 ~ctype_byname();
260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
[all...]
/external/libcxx/src/
H A Dlocale.cpp223 install(new ctype_byname<char>(name_));
224 install(new ctype_byname<wchar_t>(name_));
293 install(new ctype_byname<char>(name));
294 install(new ctype_byname<wchar_t>(name));
1091 // template <> class ctype_byname<char>
1093 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1099 throw runtime_error("ctype_byname<char>::ctype_byname"
1104 ctype_byname<cha function in class:ctype_byname
1150 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1161 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname
[all...]

Completed in 121 milliseconds